css: style required fields differently

This commit is contained in:
Thomas Gelf 2015-10-15 20:38:36 +02:00
parent 439d4ebc3d
commit 0adfc66762

View File

@ -166,7 +166,9 @@ form dt label {
font-size: inherit; font-size: inherit;
&.required { &.required {
font-weight: bold; &::after {
content: '*'
}
} }
} }