Files
2013-08-31 22:35:47 -05:00

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