Files
2013-08-29 09:13:07 -05:00

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