mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:11:17 +01:00
Fix color of compound filter
This commit is contained in:
parent
7627b8fb45
commit
6fa2542b56
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
padding: $margin-3;
|
padding: $margin-3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.maputnik-filter-editor {
|
||||||
|
color: $color-lowgray;
|
||||||
|
}
|
||||||
|
|
||||||
.maputnik-filter-editor-property {
|
.maputnik-filter-editor-property {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: '22%';
|
width: '22%';
|
||||||
|
|
Loading…
Reference in a new issue