| 1 |
.is-carousel-settings { |
| 2 |
.components-base-control__field { |
| 3 |
margin-bottom: 0; |
| 4 |
} |
| 5 |
|
| 6 |
.components-range-control .components-input-control__container { |
| 7 |
width: 75px; |
| 8 |
} |
| 9 |
|
| 10 |
.unit-range-control .unit-control, |
| 11 |
.components-unit-control .components-input-control__container, |
| 12 |
input[type="number"]="number""] { |
| 13 |
max-width: 75px; |
| 14 |
} |
| 15 |
|
| 16 |
input[type="number"]="number""] { |
| 17 |
text-align: right; |
| 18 |
} |
| 19 |
|
| 20 |
.input-with-auto { |
| 21 |
.group-control__body > * { |
| 22 |
flex-basis: auto !important; |
| 23 |
} |
| 24 |
|
| 25 |
.input-control { |
| 26 |
flex-grow: 0; |
| 27 |
order: 2; |
| 28 |
} |
| 29 |
} |
| 30 |
|
| 31 |
.effect-presets, |
| 32 |
.custom-settings { |
| 33 |
margin-bottom: 0; |
| 34 |
} |
| 35 |
|
| 36 |
.effect-presets { |
| 37 |
margin-bottom: 12px; |
| 38 |
|
| 39 |
button { |
| 40 |
min-width: 58px; |
| 41 |
} |
| 42 |
} |
| 43 |
|
| 44 |
// .section-title { |
| 45 |
// margin-bottom: 12px !important; |
| 46 |
// } |
| 47 |
|
| 48 |
.unit-range-control { |
| 49 |
.unit-control .components-input-control, |
| 50 |
.range-control .components-range-control { |
| 51 |
margin-bottom: 0; |
| 52 |
} |
| 53 |
|
| 54 |
.unit-control { |
| 55 |
order: 2; |
| 56 |
} |
| 57 |
} |
| 58 |
} |
| 59 |
|
| 60 |
.is-carousel-settings .components-unit-control .components-input-base, |
| 61 |
.is-row-layout .components-base-control__field, |
| 62 |
.components-select-control.is-row-layout { |
| 63 |
flex-direction: row; |
| 64 |
align-items: center; |
| 65 |
justify-content: space-between; |
| 66 |
|
| 67 |
label { |
| 68 |
margin-bottom: 0; |
| 69 |
} |
| 70 |
} |
| 71 |
|
| 72 |
.is-row-layout .components-base-control__field, |
| 73 |
.is-row-layout .components-flex { |
| 74 |
display: flex; |
| 75 |
flex-direction: row; |
| 76 |
gap: 8px; |
| 77 |
width: 100%; |
| 78 |
} |
| 79 |
|
| 80 |
.components-select-control.is-row-layout { |
| 81 |
.components-input-control__container { |
| 82 |
max-width: 75px; |
| 83 |
} |
| 84 |
|
| 85 |
select { |
| 86 |
text-align: right; |
| 87 |
} |
| 88 |
} |
| 89 |
|