MOBILE-3035 menu: Fix fontawesome main menu icons

main
Pau Ferrer Ocaña 2019-05-17 11:49:39 +02:00
parent fb6e095abe
commit 3bb1d1f264
2 changed files with 11 additions and 5 deletions

View File

@ -5,14 +5,13 @@ ion-app.app-root core-ion-tabs {
z-index: 101; // For some reason, the regular z-index isn't enough with our tabs, use a higher one. z-index: 101; // For some reason, the regular z-index isn't enough with our tabs, use a higher one.
.core-ion-tabs-loading { .core-ion-tabs-loading {
height: 100%;
width: 100%; width: 100%;
display: table; display: flex;
align-items: center;
justify-content: center;
.core-ion-tabs-loading-spinner { .core-ion-tabs-loading-spinner {
display: table-cell;
text-align: center;
vertical-align: middle;
.spinner circle, .spinner line { .spinner circle, .spinner line {
stroke: $white; stroke: $white;
} }

View File

@ -1,4 +1,10 @@
ion-app.app-root page-core-mainmenu { ion-app.app-root page-core-mainmenu {
ion-icon {
text-overflow: unset;
overflow: visible;
text-align: center;
}
.ion-md-fa-graduation-cap, .ion-md-fa-graduation-cap,
.ion-ios-fa-graduation-cap, .ion-ios-fa-graduation-cap,
.ion-ios-fa-graduation-cap-outline, .ion-ios-fa-graduation-cap-outline,
@ -8,6 +14,7 @@ ion-app.app-root page-core-mainmenu {
@extend .fa; @extend .fa;
font-size: 21px; font-size: 21px;
height: 21px; height: 21px;
} }
.ion-ios-fa-graduation-cap-outline { .ion-ios-fa-graduation-cap-outline {