mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
starting panel
This commit is contained in:
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