mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
starting panel
This commit is contained in:
@ -10,6 +10,7 @@
|
|||||||
"framework/structure/base",
|
"framework/structure/base",
|
||||||
|
|
||||||
"framework/structure/pull-to-refresh",
|
"framework/structure/pull-to-refresh",
|
||||||
|
"framework/structure/panel",
|
||||||
|
|
||||||
"framework/structure/button",
|
"framework/structure/button",
|
||||||
|
|
||||||
|
|||||||
14
scss/framework/structure/_panel.scss
Normal file
14
scss/framework/structure/_panel.scss
Normal file
@ -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 {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user