Fix to add error notice when uploading invalid JSON (issue #54)

This commit is contained in:
orangemug
2017-03-09 21:24:05 +00:00
parent bbf26a3f38
commit decc390777
2 changed files with 52 additions and 1 deletions
+15
View File
@@ -199,3 +199,18 @@
color: $color-lowgray;
}
}
.maputnik-modal-error {
border: solid 2px #EF5350;
color: #EF5350;
padding: 8px;
padding-right: 32px;
position: relative;
}
.maputnik-modal-error-close {
position: absolute;
right: 8px;
text-decoration: none;
color: #ef5350;
}