Merge branch 'master' into 232_resources_comment

This commit is contained in:
2022-01-12 10:11:39 +01:00
96 changed files with 3798 additions and 625 deletions

View File

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

View File

@@ -20,6 +20,11 @@ span.badge-thirdparty {
span.badge-user {
border-bottom-width: 1px;
&.system {
background-color: $chill-llight-gray;
font-style: italic;
color: $chill-gray;
}
}
span.badge-person {
border-bottom-color: $chill-green;