Merge branch 'issue349-masonry' into 'master'

Issue349 masonry

See merge request Chill-Projet/chill-bundles!274
This commit is contained in:
2022-01-04 14:38:04 +00:00
4 changed files with 118 additions and 65 deletions

View File

@@ -254,3 +254,24 @@ 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;
background-color: $chill-llight-gray;
border-radius: 0.35rem;
padding: 1rem;
}
& > div.warnings .alert {
margin-bottom: 0;
}
blockquote.chill-user-quote {
margin: -1.2em;
p {
margin: 0;
}
}
}
}