From e4a71a9f38f43a1922213e6e688e8fbb6ed6e89c Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 26 Aug 2013 14:21:12 -0500 Subject: [PATCH] starting panel --- scss/framework-structure.scss | 1 + scss/framework/structure/_panel.scss | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 scss/framework/structure/_panel.scss diff --git a/scss/framework-structure.scss b/scss/framework-structure.scss index 9e0d2c7401..9d9eb63e91 100755 --- a/scss/framework-structure.scss +++ b/scss/framework-structure.scss @@ -10,6 +10,7 @@ "framework/structure/base", "framework/structure/pull-to-refresh", + "framework/structure/panel", "framework/structure/button", diff --git a/scss/framework/structure/_panel.scss b/scss/framework/structure/_panel.scss new file mode 100644 index 0000000000..5f92939b49 --- /dev/null +++ b/scss/framework/structure/_panel.scss @@ -0,0 +1,14 @@ + +.panel-content { + width: 17em; + min-height: 100%; + max-height: none; + border-width: 0; + position: absolute; + top: 0; + display: block; +} + +.panel-content { + +} \ No newline at end of file