Fix #635 -- Visually indicate optional and required fields (#638)

This commit is contained in:
Raphael Michel
2017-10-12 16:00:49 +02:00
committed by GitHub
parent be6496e569
commit cbfd722c92
26 changed files with 270 additions and 206 deletions

View File

@@ -239,4 +239,9 @@ pre.mail-preview {
.propagated-settings-box {
min-height: 250px;
}
}
}
label .optional {
color: $text-muted;
font-weight: normal;
}