accourse resume page: fix masonry block border

This commit is contained in:
Mathieu Jaumotte 2022-01-10 14:27:14 +01:00
parent e84182cdac
commit 584b77bbf4

View File

@ -259,9 +259,9 @@ abbr.referrer { // still used ?
div#dashboards { div#dashboards {
div.mbloc { div.mbloc {
& > div:not(.warnings) { & > div:not(.warnings) {
border: 1px solid $chill-light-gray; //border: 1px solid $chill-light-gray;
//border-radius: 0.35rem;
background-color: $chill-llight-gray; background-color: $chill-llight-gray;
border-radius: 0.35rem;
padding: 1rem; padding: 1rem;
} }
& > div.warnings .alert { & > div.warnings .alert {