File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
$tabbar-ios-background : $toolbar-ios-background !default ;
8
8
$tabbar-ios-item-padding : 0px 10px !default ;
9
9
$tabbar-ios-item-font-size : 10px !default ;
10
- $tabbar-ios-item-icon-size : 32 px !default ;
10
+ $tabbar-ios-item-icon-size : 30 px !default ;
11
11
$tabbar-ios-height : 49px !default ;
12
12
13
13
$tab-button-ios-min-width : 80px !default ;
@@ -43,6 +43,8 @@ ion-tabs[tabbarPlacement=top] tabbar {
43
43
.tab-button-text {
44
44
min-height : $tabbar-ios-item-font-size + 1 ;
45
45
font-size : $tabbar-ios-item-font-size ;
46
+ margin-top : 0 ;
47
+ margin-bottom : 0 ;
46
48
}
47
49
48
50
.has-title-only .tab-button-text {
@@ -65,8 +67,6 @@ ion-tabs[tabbarPlacement=top] tabbar {
65
67
.tab-button-text {
66
68
font-size : 1.4rem ;
67
69
line-height : 1.1 ;
68
- margin-top : 0 ;
69
- margin-bottom : 0 ;
70
70
}
71
71
72
72
ion-icon {
@@ -83,6 +83,8 @@ ion-tabs[tabbarPlacement=top] tabbar {
83
83
.tab-button-text {
84
84
font-size : 1.4rem ;
85
85
line-height : 1.1 ;
86
+
87
+ margin : 2px 0px ;
86
88
}
87
89
}
88
90
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ tab-highlight {
146
146
147
147
.tab-badge {
148
148
position : absolute ;
149
- top : 4 % ;
149
+ top : 6 % ;
150
150
right : 4% ;
151
151
right : calc (50% - 50px );
152
152
padding : 1px 6px ;
You can’t perform that action at this time.
0 commit comments