MOBILE-3814 styles: Fix double margin on my courses

This commit is contained in:
Pau Ferrer Ocaña 2022-02-16 11:29:14 +01:00
parent 183bc133d5
commit 66305150cd

View File

@ -14,6 +14,7 @@
core-block ::ng-deep ion-card.addon-block-myoverview { core-block ::ng-deep ion-card.addon-block-myoverview {
--border-width: 0; --border-width: 0;
--background: transparent; --background: transparent;
margin: 0;
} }
@if ($core-dashboard-logo) { @if ($core-dashboard-logo) {