mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
7
demos/directive/sideMenus/simple/style.css
Normal file
7
demos/directive/sideMenus/simple/style.css
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
name: simple
|
||||
component: ionSideMenus
|
||||
---
|
||||
.menu-left .scroll-content {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
@@ -17,6 +17,14 @@
|
||||
width: $menu-width;
|
||||
|
||||
background-color: $menu-bg;
|
||||
|
||||
.scroll-content {
|
||||
z-index: $z-index-menu-scroll-content;
|
||||
}
|
||||
|
||||
.bar-header {
|
||||
z-index: $z-index-menu-bar-header;
|
||||
}
|
||||
}
|
||||
|
||||
.menu-content {
|
||||
|
||||
@@ -669,6 +669,8 @@ $z-index-item-reordering: 9 !default;
|
||||
$z-index-item-toggle: 3 !default;
|
||||
$z-index-loading: 13 !default;
|
||||
$z-index-menu: 0 !default;
|
||||
$z-index-menu-bar-header: 11 !default;
|
||||
$z-index-menu-scroll-content: 10 !default;
|
||||
$z-index-modal: 10 !default;
|
||||
$z-index-pane: 1 !default;
|
||||
$z-index-popup: 12 !default;
|
||||
|
||||
Reference in New Issue
Block a user