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