fix details and corrections

This commit is contained in:
2021-12-29 14:57:18 +01:00
parent 9e67d9586d
commit bd909b0061
2 changed files with 6 additions and 2 deletions

View File

@@ -260,6 +260,7 @@ div#dashboards {
div.mbloc {
& > div:not(.warnings) {
border: 1px solid $chill-light-gray;
border-radius: 0.35rem;
padding: 1rem;
}
& > div.warnings .alert {
@@ -267,6 +268,9 @@ div#dashboards {
}
blockquote.chill-user-quote {
margin: -1.2em;
p {
margin: 0;
}
}
}
}