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;
}
}

View File

@@ -3,6 +3,7 @@ $color-gray: #26282e;
$color-midgray: #36383e;
$color-lowgray: #8e8e8e;
$color-white: #f0f0f0;
$color-red: #cf4a4a;
$margin-1: 3px;
$margin-2: 5px;
$margin-3: 10px;