mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 16:10:01 +00:00
Added invalid style to inputs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user