Show error if style fails to load and disabled button if input is empty

This commit is contained in:
orangemug
2018-09-24 14:40:17 +01:00
parent c908f7dcd0
commit 004d135d93
3 changed files with 32 additions and 3 deletions

View File

@@ -77,6 +77,12 @@
background-color: lighten($color-midgray, 12);
color: $color-white;
}
&:disabled {
background-color: darken($color-midgray, 5);
color: $color-midgray;
cursor: not-allowed;
}
}
.maputnik-big-button {