editor.scss
35 lines
| 1 | .gb-url-controls { |
| 2 | display: flex; |
| 3 | flex-direction: column; |
| 4 | gap: 5px; |
| 5 | |
| 6 | &__link { |
| 7 | &-input { |
| 8 | min-width: auto; |
| 9 | |
| 10 | input[type="text"]="text""] { |
| 11 | width: 100%; |
| 12 | } |
| 13 | } |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | |
| 18 | .components-popover__content { |
| 19 | .gb-url-controls { |
| 20 | .gb-stack { |
| 21 | align-items: center; |
| 22 | } |
| 23 | |
| 24 | input[type="text"]="text""] { |
| 25 | height: 35px !important; |
| 26 | } |
| 27 | |
| 28 | .components-button { |
| 29 | height: 35px !important; |
| 30 | min-height: 35px !important; |
| 31 | padding: 0 10px; |
| 32 | } |
| 33 | } |
| 34 | } |
| 35 |