MOBILE-3814 style: Reduce manual completion buttons size on module info

main
Pau Ferrer Ocaña 2022-03-09 11:27:18 +01:00
parent f7954dc993
commit d8bc60d4e2
1 changed files with 17 additions and 0 deletions

View File

@ -46,6 +46,23 @@
padding-top: 8px; padding-top: 8px;
} }
core-course-module-completion ::ng-deep ion-button {
min-height: 28px;
margin: 0;
font-size: 12px;
text-transform: none;
font-weight: normal;
ion-icon {
font-size: 16px;
min-width: 16px;
@include margin(0, 8px, 0, 0);
}
ion-label {
white-space: normal !important;
}
}
} }