Remove last style configs in JS

This commit is contained in:
Lukas Martinelli
2017-01-11 14:11:45 +01:00
parent 840778b64f
commit fed1f09434
19 changed files with 19 additions and 137 deletions

View File

@@ -115,3 +115,12 @@
.maputnik-space {
flex-grow: 1;
}
// MESSAGE PANEL
.maputnik-message-panel {
padding: $margin-2;
&-error {
color: $color-red;
}
}