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