mirror of
https://github.com/maputnik/editor.git
synced 2025-12-29 01:20:01 +00:00
Remove last style configs in JS
This commit is contained in:
@@ -115,3 +115,12 @@
|
||||
.maputnik-space {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
// MESSAGE PANEL
|
||||
.maputnik-message-panel {
|
||||
padding: $margin-2;
|
||||
|
||||
&-error {
|
||||
color: $color-red;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user