Merge pull request #2870 from crazyserver/MOBILE-3320
MOBILE-3320 menu: Balance the icon size between platformsmain
commit
18d80b4454
|
@ -20,6 +20,19 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-tab-button.ios ion-icon {
|
||||||
|
font-size: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ion-tab-button.md ion-badge {
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
|
border-radius: 10px;
|
||||||
|
padding-left: 6px;
|
||||||
|
padding-right: 6px;
|
||||||
|
line-height: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
ion-tabs.placement-bottom ion-tab-button {
|
ion-tabs.placement-bottom ion-tab-button {
|
||||||
ion-icon {
|
ion-icon {
|
||||||
transition: margin 500ms ease-in-out, transform 300ms ease-in-out;
|
transition: margin 500ms ease-in-out, transform 300ms ease-in-out;
|
||||||
|
|
Loading…
Reference in New Issue