Skip to content

Commit

Permalink
MOBILE-4660 course: Improve module card styles
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Oct 8, 2024
1 parent 8f6c1fd commit 8246ec9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/core/features/course/components/module/module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--card-border-width: 0px;
--card-radius: 0px;
--card-background: transparent;
--activity-border: 2px solid var(--stroke);
--activity-border: 1px solid var(--stroke);
--card-padding-bottom: var(--vertical-spacing);

ion-card {
Expand Down Expand Up @@ -132,15 +132,16 @@
margin-bottom: var(--vertical-spacing);
}

.activity-extrabadges,
.core-module-description {
border-top: 1px solid var(--stroke);
display: block;
}

.activity-extrabadges {
font: var(--mdl-typography-body-font-md);
color: var(--medium);
border: 1px solid var(--stroke);
border-radius: var(--mdl-shape-borderRadius-sm);
padding: var(--mdl-spacing-2) var(--mdl-spacing-3) var(--mdl-spacing-2) var(--mdl-spacing-3);
}

.activity-description-availabilityinfo .core-module-availabilityinfo {
Expand Down

0 comments on commit 8246ec9

Please sign in to comment.