style.scss in Tableberg – Simple Gutenberg Table Block 0.0.2, at src/image/style.scss
| 1 | .wp-block-tableberg-image { |
| 2 | line-height: 1; |
| 3 | &.aligncenter { |
| 4 | width: fit-content; |
| 5 | } |
| 6 | figcaption { |
| 7 | margin-bottom: 1em; |
| 8 | margin-top: 0.5em; |
| 9 | } |
| 10 | &.is-selected { |
| 11 | .components-placeholder { |
| 12 | &.has-illustration { |
| 13 | border-radius: 2px; |
| 14 | box-shadow: inset 0 0 0 1px #1e1e1e; |
| 15 | &::before { |
| 16 | opacity: 0; |
| 17 | } |
| 18 | } |
| 19 | } |
| 20 | .components-placeholder__illustration { |
| 21 | display: none; |
| 22 | } |
| 23 | } |
| 24 | } |
| 25 | .tableberg-width-height-control { |
| 26 | display: flex; |
| 27 | gap: 10px; |
| 28 | grid-column: 1 / -1; |
| 29 | } |
| 30 | .tableberg-custom-border-radius-control { |
| 31 | .components-base-control__label { |
| 32 | display: none; |
| 33 | } |
| 34 | } |
| 35 |