MOBILE-2795 tabs: Space selected tab text

main
Pau Ferrer Ocaña 2019-01-02 14:10:23 +01:00
parent e91f9d0ef5
commit d06458002c
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,8 @@ ion-app.app-root .core-tabs-bar {
color: $core-top-tabs-color !important;
font-size: 1.6rem;
border: 0;
padding: 0 !important;
padding: 0 5px 0 5px !important;
margin: 0 auto !important;
display: flex;
flex-direction: row;
@ -45,6 +46,7 @@ ion-app.app-root .core-tabs-bar {
color: $core-top-tabs-color-active !important;
border: 0 !important;
border-bottom: 2px solid $core-top-tabs-border-active !important;
padding: 0 !important;
}
}