Files
ionic-framework/scss/ionic/theme/_menu.scss
2013-08-31 19:01:39 -05:00

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;
}