components
1 year ago
css
2 years ago
attributes.js
3 years ago
block.js
1 year ago
deprecated.js
3 years ago
edit.js
2 years ago
editor.scss
2 years ago
save.js
3 years ago
transforms.js
1 year ago
editor.scss
37 lines
| 1 | /** |
| 2 | * Editor Styles |
| 3 | */ |
| 4 | .gb-button { |
| 5 | line-height: unset; |
| 6 | text-decoration: none; |
| 7 | box-sizing: border-box; |
| 8 | margin: 0; |
| 9 | border: none; |
| 10 | |
| 11 | &.button { |
| 12 | font-size: inherit; |
| 13 | min-height: auto; |
| 14 | border-radius: unset; |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | .components-popover .gblocks-button-link { |
| 19 | margin-bottom: 10px; |
| 20 | } |
| 21 | |
| 22 | .components-popover .gblocks-button-link { |
| 23 | input[type=text]=text].block-editor-url-input__input { |
| 24 | max-width: 100%; |
| 25 | border: 1px solid #ddd; |
| 26 | border-radius: 2px; |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | .gblocks-button-link-dropdown { |
| 31 | .components-base-control:last-child { |
| 32 | .components-base-control__field { |
| 33 | margin-bottom: 0; |
| 34 | } |
| 35 | } |
| 36 | } |
| 37 |