mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 21:40:01 +00:00
Improve add layer button visually
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
.maputnik-layer-list {
|
||||
&-header{
|
||||
padding: $margin-2;
|
||||
font-weight: bold;
|
||||
font-size: $font-size-5;
|
||||
color: $color-white;
|
||||
display: flex;
|
||||
display: -ms-flexbox;
|
||||
@include vendor-prefix(flex-direction, row)
|
||||
@@ -18,6 +15,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
&-header-title {
|
||||
font-size: $font-size-5;
|
||||
color: $color-white;
|
||||
font-weight: bold;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
&-container {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user