mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
13 lines
214 B
SCSS
13 lines
214 B
SCSS
|
|
.ion-panel {
|
|
background: $menuBackgroundColor;
|
|
}
|
|
|
|
.ion-panel-left .ion-panel {
|
|
border-right: 1px solid $menuInsetBorderColor;
|
|
}
|
|
|
|
.ion-panel-right .ion-panel {
|
|
border-left: 1px solid $menuInsetBorderColor;
|
|
}
|