Box style on the Additionals plugin's dashboards

This commit is contained in:
Guillaume AGNIERAY
2023-03-23 13:14:55 +01:00
parent 431ab76b5b
commit b8758b4705
2 changed files with 18 additions and 1 deletions

View File

@@ -54,6 +54,23 @@
} }
} }
#my-page.dashboard {
.mypage-box:not(.block-welcome, .block-projectinformation, .block-text, .block-text_async) {
margin-bottom: $line-height-computed;
padding: $panel-body-padding;
border: 1px solid $panel-border;
border-radius: $border-radius-base;
background-color: $panel-bg;
color: $panel-color;
font-size: .92em;
word-wrap: break-word;
> h3 {
margin-bottom: $panel-body-padding-vertical;
}
}
}
// //
// Redmine Impersonate // Redmine Impersonate

File diff suppressed because one or more lines are too long