MOBILE-2795 tabs: Space selected tab text
parent
e91f9d0ef5
commit
d06458002c
|
@ -17,7 +17,8 @@ ion-app.app-root .core-tabs-bar {
|
||||||
color: $core-top-tabs-color !important;
|
color: $core-top-tabs-color !important;
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0 !important;
|
padding: 0 5px 0 5px !important;
|
||||||
|
margin: 0 auto !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
@ -45,6 +46,7 @@ ion-app.app-root .core-tabs-bar {
|
||||||
color: $core-top-tabs-color-active !important;
|
color: $core-top-tabs-color-active !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
border-bottom: 2px solid $core-top-tabs-border-active !important;
|
border-bottom: 2px solid $core-top-tabs-border-active !important;
|
||||||
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue