style(tab): fix scss lint errors

This commit is contained in:
Adam Bradley
2016-07-01 20:11:41 -05:00
parent 997d54eca9
commit f02b6eae9a

View File

@ -16,9 +16,10 @@ $tab-button-ios-inactive-color: $toolbar-ios-inactive-color !default;
ion-tabbar { ion-tabbar {
justify-content: center;
border-top: 1px solid $toolbar-ios-border-color; border-top: 1px solid $toolbar-ios-border-color;
background: $tabbar-ios-background; background: $tabbar-ios-background;
justify-content: center;
} }
ion-tabs[tabbarPlacement=top] ion-tabbar { ion-tabs[tabbarPlacement=top] ion-tabbar {