PluginProbe ʕ •ᴥ•ʔ
GenerateBlocks / 2.0.2
GenerateBlocks v2.0.2
trunk 1.0 1.0.1 1.0.2 1.1.0 1.1.1 1.1.2 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.7.0 1.7.1 1.7.2 1.7.3 1.8.0 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 2.0.0 2.0.1 2.0.2 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.3.0
generateblocks / src / components / template-selector / editor.scss
generateblocks / src / components / template-selector Last commit date
TemplateSelector.jsx 1 year ago editor.scss 1 year ago index.js 1 year ago
editor.scss
42 lines
1 .gb-variation-selector {
2 display: flex;
3 flex-wrap: wrap;
4 gap: 16px;
5
6 &__button {
7 font-size: 13px;
8 display: inline-flex;
9 flex-direction: column;
10 height: auto;
11 padding: 0;
12 gap: 8px;
13 margin: 0 !important;
14 width: 120px;
15
16 svg {
17 height: 50px;
18 }
19 }
20 }
21
22 .gb-select-variation {
23 .components-placeholder__label,
24 .components-placeholder__instructions {
25 margin: 0 auto;
26 }
27
28 .components-placeholder__fieldset {
29 overflow: hidden;
30 display: flex;
31 justify-content: center;
32 text-align: center;
33 }
34
35 &__actions {
36 margin-top: 30px;
37 display: flex;
38 justify-content: center;
39 flex-basis: 100%;
40 }
41 }
42