MOBILE-3035 menu: Fix fontawesome main menu icons
parent
fb6e095abe
commit
3bb1d1f264
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue