mirror of
https://github.com/maputnik/editor.git
synced 2026-03-20 17:20:01 +00:00
fix: fix filter-editor style (#1114)
Include before/after visuals or gifs if this PR includes visual changes. ### Before  ### After  --------- Co-authored-by: Harel M <harel.mazor@gmail.com>
This commit is contained in:
@@ -14,26 +14,18 @@
|
||||
color: vars.$color-lowgray;
|
||||
}
|
||||
|
||||
.maputnik-filter-editor-property {
|
||||
display: inline-block;
|
||||
width: 25%;
|
||||
.maputnik-filter-editor-single {
|
||||
display: flex;
|
||||
column-gap: 6px;
|
||||
}
|
||||
|
||||
.maputnik-filter-editor-operator {
|
||||
margin: 0 2%;
|
||||
display: inline-block;
|
||||
width: 17%;
|
||||
|
||||
.maputnik-select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.maputnik-filter-editor-args {
|
||||
display: inline-block;
|
||||
width: 54%;
|
||||
margin: 0 2%;
|
||||
|
||||
.maputnik-string,
|
||||
.maputnik-number {
|
||||
width: 100%;
|
||||
@@ -67,17 +59,10 @@
|
||||
@extend .maputnik-icon-button !optional; /* stylelint-disable-line */
|
||||
}
|
||||
|
||||
.maputnik-filter-editor-block-action {
|
||||
margin-top: vars.$margin-2;
|
||||
margin-bottom: vars.$margin-2;
|
||||
display: inline-block;
|
||||
width: 6%;
|
||||
margin-right: 1.5%;
|
||||
}
|
||||
|
||||
.maputnik-filter-editor-block-content {
|
||||
display: inline-block;
|
||||
width: 92.5%;
|
||||
.maputnik-filter-editor-block {
|
||||
display: flex;
|
||||
column-gap: 6px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.maputnik-radio-as-button {
|
||||
|
||||
Reference in New Issue
Block a user