editor.scss
24 lines
| 1 | .gblocks-component-gradient-control { |
| 2 | display: flex; |
| 3 | align-items: center; |
| 4 | justify-content: space-between; |
| 5 | flex-wrap: wrap; |
| 6 | |
| 7 | .components-base-control { |
| 8 | margin-bottom: 0 !important; |
| 9 | |
| 10 | .components-base-control__field { |
| 11 | margin-bottom: 0; |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | .gblocks-component-color-picker-wrapper .components-base-control__field { |
| 16 | margin-top: 0; |
| 17 | } |
| 18 | } |
| 19 | |
| 20 | .gblocks-component-gradient-stop-value { |
| 21 | flex-grow: 1; |
| 22 | padding-left: 10px; |
| 23 | } |
| 24 |