editor.scss
35 lines
| 1 | .components-gblocks-units-control-header__units { |
| 2 | display: flex; |
| 3 | justify-content: space-between; |
| 4 | margin-bottom: 5px; |
| 5 | align-items: center; |
| 6 | } |
| 7 | |
| 8 | .components-gblocks-control__units{ |
| 9 | .components-gblocks-control-buttons__units { |
| 10 | button.components-button { |
| 11 | background: #fff; |
| 12 | box-shadow: none !important; |
| 13 | color: #929da7; |
| 14 | font-size: 10px; |
| 15 | padding: 0 5px; |
| 16 | position: relative; |
| 17 | text-align: center; |
| 18 | text-shadow: none; |
| 19 | border: 0; |
| 20 | border-radius: 0 !important; |
| 21 | line-height: 20px; |
| 22 | padding: 0 5px; |
| 23 | height: auto; |
| 24 | |
| 25 | &.is-primary { |
| 26 | background: #fff !important; |
| 27 | color: #000 !important; |
| 28 | cursor: default; |
| 29 | z-index: 1; |
| 30 | font-weight: bold; |
| 31 | } |
| 32 | } |
| 33 | } |
| 34 | } |
| 35 |