editor.scss
55 lines
| 1 | .edit-post-settings-sidebar__panel-block .components-panel__body .components-base-control.gblocks-font-family-shortcuts { |
| 2 | margin-bottom: 2px; |
| 3 | } |
| 4 | |
| 5 | .components-gblocks-typography-control__header { |
| 6 | display: flex; |
| 7 | justify-content: space-between; |
| 8 | margin-bottom: 5px; |
| 9 | align-items: center; |
| 10 | } |
| 11 | |
| 12 | .components-gblocks-typography-control__inputs + .components-gblocks-typography-control__header { |
| 13 | margin-top: 25px; |
| 14 | } |
| 15 | |
| 16 | .components-gblocks-typography-control__inputs { |
| 17 | display: flex; |
| 18 | justify-content: space-between; |
| 19 | |
| 20 | button.components-button { |
| 21 | line-height: unset; |
| 22 | height: unset; |
| 23 | } |
| 24 | |
| 25 | .components-base-control { |
| 26 | margin-bottom: 0; |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | .edit-post-settings-sidebar__panel-block .components-panel__body .components-gblocks-typography-control__inputs .components-base-control, |
| 31 | .components-gblocks-typography-control__inputs .components-base-control .components-base-control__field { |
| 32 | margin-bottom: 0; |
| 33 | } |
| 34 | |
| 35 | .components-gblocks-typography-weight-transform { |
| 36 | display: flex; |
| 37 | justify-content: space-between; |
| 38 | } |
| 39 | |
| 40 | .components-gblocks-typography-weight-transform > div { |
| 41 | width: 48%; |
| 42 | } |
| 43 | |
| 44 | .components-gblocks-typography-control__units > .components-button-group .components-button.is-button:first-child:last-child { |
| 45 | border-radius: 3px; |
| 46 | } |
| 47 | |
| 48 | .components-gblocks-typography-control__inputs button { |
| 49 | margin-left: 10px; |
| 50 | } |
| 51 | |
| 52 | .components-gblocks-typography-control__inputs .components-base-control { |
| 53 | flex-grow: 1; |
| 54 | } |
| 55 |