PluginProbe
Tableberg – Simple Gutenberg Table Block / 0.0.2
Tableberg – Simple Gutenberg Table Block v0.0.2
1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 trunk 0.0.2 0.2.1 0.3.2 0.3.3 0.4.1 0.5.0 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 0.5.8 All 41 releases
tableberg / src / image / style.scss

style.scss in Tableberg – Simple Gutenberg Table Block 0.0.2, at src/image/style.scss

35 lines 757 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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