Redesign of email settings (#2426)

Co-authored-by: Felix Rindt <felix@rindt.me>
This commit is contained in:
Raphael Michel
2022-01-26 12:47:58 +01:00
committed by GitHub
parent 194042dca5
commit e3c7cd7c6d
27 changed files with 1223 additions and 160 deletions

View File

@@ -21,6 +21,9 @@ td > .form-group > .checkbox {
.static-form-row {
padding-top: 7px;
}
.static-form-row-with-btn {
padding-top: 3px;
}
.form-inline .form-control {
max-width: 100%;
@@ -340,6 +343,7 @@ input[type=number].short {
.propagated-settings-box.locked {
.propagated-settings-form {
opacity: 0.7;
pointer-events: none;
}
.panel-body.help-text {
border-bottom: 1px solid $panel-default-heading-bg;