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