Added invalid style to inputs

This commit is contained in:
orangemug 2019-10-19 12:07:08 +01:00
parent 37e5ba0fff
commit ab16120af2

View file

@ -11,6 +11,11 @@
border: none;
background-color: $color-gray;
color: lighten($color-lowgray, 12);
&:invalid {
border: solid 1px #B71C1C;
border-radius: 2px;
}
}
.maputnik-string {