Skip to content

Commit

Permalink
Softness setting now affects course cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed Apr 18, 2024
1 parent 64c85d8 commit a2b9985
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scss/trema/elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,12 @@ body.path-mod-quiz {
border-top-left-radius: .5rem!important;
border-top-right-radius: .5rem!important;
}
.dashboard-card .dashboard-card-img {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.card-footer.border-0,
.card-deck .card {
border-radius: 0.5rem;
}
}

0 comments on commit a2b9985

Please sign in to comment.