mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
style(tab): fix scss lint errors
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user