mirror of
https://github.com/maputnik/editor.git
synced 2026-07-13 17:37:41 +00:00
Added invalid style to inputs
This commit is contained in:
@@ -11,6 +11,11 @@
|
|||||||
border: none;
|
border: none;
|
||||||
background-color: $color-gray;
|
background-color: $color-gray;
|
||||||
color: lighten($color-lowgray, 12);
|
color: lighten($color-lowgray, 12);
|
||||||
|
|
||||||
|
&:invalid {
|
||||||
|
border: solid 1px #B71C1C;
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-string {
|
.maputnik-string {
|
||||||
|
|||||||
Reference in New Issue
Block a user