mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
12 lines
216 B
SCSS
12 lines
216 B
SCSS
|
|
.ion-panel {
|
|
background: $panelBackgroundColor;
|
|
}
|
|
|
|
.ion-panel-left .ion-panel {
|
|
border-right: 1px solid $panelInsetBorderColor;
|
|
}
|
|
|
|
.ion-panel-right .ion-panel {
|
|
border-left: 1px solid $panelInsetBorderColor;
|
|
} |