Files
ionic-framework/scss/framework/theme/default/_bar.scss
2013-08-23 15:57:39 -05:00

23 lines
498 B
SCSS

.bar {
background-color: $barBackground;
border-bottom: $barBorderBottom;
padding: $barPaddingPortrait;
/*
Disabled temporarily because it's annoying for testing.
@media screen and (orientation : landscape) {
padding: $barPaddingLandscape;
}
*/
&.bar-default {
background-color: $barDefaultBackground;
border-bottom: $barDefaultBorderBottom;
}
&.bar-secondary {
background-color: $barSecondaryBackground;
border-bottom: $barSecondaryBorderBottom;
}
}