style.scss in Tableberg – Simple Gutenberg Table Block 1.1.5, at src/blocks/image/style.scss
| 1 | .tableberg-image-element { |
| 2 | margin: 0; |
| 3 | line-height: 1; |
| 4 | |
| 5 | img { |
| 6 | max-width: 720px; |
| 7 | display: block; |
| 8 | } |
| 9 | |
| 10 | .tableberg-image-caption { |
| 11 | margin-bottom: 1em; |
| 12 | margin-top: 0.5em; |
| 13 | text-align: center; |
| 14 | font-size: 0.875em; |
| 15 | color: #666; |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | .tableberg-image-placeholder { |
| 20 | min-height: 100px; |
| 21 | |
| 22 | .components-placeholder__label { |
| 23 | margin-bottom: 0.5em; |
| 24 | } |
| 25 | |
| 26 | .components-placeholder__instructions { |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | } |
| 30 |