Files
ionic-framework/scss/framework/theme/default/_bar.scss
2013-08-23 16:38:34 -05:00

32 lines
602 B
SCSS

.bar {
background-color: $barBackground;
border-style: solid;
border-width: 0;
padding: $barPaddingPortrait;
&.bar-header {
border-bottom-width: 1px;
}
&.bar-footer {
border-top-width: 1px;
}
&.bar-default {
background-color: $barDefaultBackground;
border-color: $barDefaultBorderColor;
}
&.bar-secondary {
background-color: $barSecondaryBackground;
border-color: $barSecondaryBorderColor;
}
/*
Disabled temporarily because it's annoying for testing.
@media screen and (orientation : landscape) {
padding: $barPaddingLandscape;
}
*/
}