Files
ionic-framework/scss/framework/theme/default/_bar.scss
2013-08-23 14:07:29 -05:00

20 lines
430 B
SCSS

.bar {
background-color: $barBackground;
border-bottom: $barBorderBottom;
padding: $barPaddingPortrait;
@media screen and (orientation : landscape) {
padding: $barPaddingLandscape;
}
&.bar-default {
background-color: $barDefaultBackground;
border-bottom: $barDefaultBorderBottom;
}
&.bar-secondary {
background-color: $barSecondaryBackground;
border-bottom: $barSecondaryBorderBottom;
}
}