fix SCSS problems

This commit is contained in:
Kevin Pfeifer
2020-11-08 19:47:53 +01:00
parent 1549e8fcf4
commit 37ff38d35b

View File

@@ -87,7 +87,7 @@ input::placeholder {
}
.field-error {
color: red;
color: $danger;
margin-top: -1.5rem;
margin-bottom: 2rem;
}
}