Files
2013-08-29 12:22:14 -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;
}