MOBILE-2567 mainmenu: Fix my courses button menu

main
Pau Ferrer Ocaña 2018-09-03 16:38:15 +02:00
parent cc20483ae5
commit 6f11b7df8c
1 changed files with 4 additions and 0 deletions

View File

@ -6,11 +6,15 @@ ion-app.app-root page-core-mainmenu {
.ion-fa-graduation-cap {
@extend .fa-graduation-cap;
@extend .fa;
font-size: 21px;
height: 21px;
}
.ion-ios-fa-graduation-cap-outline {
color: transparent;
-webkit-text-stroke-width: 0.8px;
-webkit-text-stroke-color: $tabs-tab-color-inactive;
font-size: 23px;
height: 23px;
}
}