fixed asterisk for required fields

This commit is contained in:
Felix Hamann 2018-06-07 12:06:39 +02:00
parent 48888f3706
commit ac0b80b86e

View File

@ -69,7 +69,7 @@ input[type="email"] {
.form-group--required { .form-group--required {
label::before { .form-group__label::before {
content: '*'; content: '*';
position: absolute; position: absolute;
left: -14px; left: -14px;