improve masonry bloc style

This commit is contained in:
2021-12-29 12:11:20 +01:00
parent 6a0ce72836
commit 5089bba4d7
2 changed files with 109 additions and 74 deletions

View File

@@ -254,3 +254,19 @@ abbr.referrer { // still used ?
border: 1px solid black;
padding: 10px;
}
/// Masonry blocs on AccompanyingCourse resume page
div#dashboards {
div.mbloc {
& > div:not(.warnings) {
border: 1px solid $chill-light-gray;
padding: 1rem;
}
& > div.warnings .alert {
margin-bottom: 0;
}
blockquote.chill-user-quote {
margin: -1.2em;
}
}
}