mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Added missing css for popup changes
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
.maputnik-popup-layer {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.maputnik-popup-layer__swatch {
|
||||
display: inline-block;
|
||||
width: 5px;
|
||||
align-content: stretch;
|
||||
}
|
||||
|
||||
.maputnik-popup-layer__label {
|
||||
display: block;
|
||||
color: $color-lowgray;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user