editor.scss
27 lines
| 1 | .components-gblocks-range-control { |
| 2 | .components-gblocks-range-control--wrapper { |
| 3 | display: flex; |
| 4 | justify-content: space-between; |
| 5 | |
| 6 | .components-gblocks-range-control--range { |
| 7 | width: calc(100% - 80px); |
| 8 | } |
| 9 | |
| 10 | .components-gblocks-range-control-input { |
| 11 | width: 60px; |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | .components-base-control__help { |
| 16 | margin-top: -8px; |
| 17 | font-size: 12px; |
| 18 | font-style: normal; |
| 19 | color: rgb(117, 117, 117); |
| 20 | } |
| 21 | |
| 22 | .components-base-control, |
| 23 | .components-base-control__field { |
| 24 | margin-bottom: 0 !important; |
| 25 | } |
| 26 | } |
| 27 |