PluginProbe ʕ •ᴥ•ʔ
GenerateBlocks / 1.8.3
GenerateBlocks v1.8.3
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 / extend / template-selector / editor.scss
generateblocks / src / extend / template-selector Last commit date
editor.scss 2 years ago index.js 2 years ago templateContext.js 3 years ago
editor.scss
36 lines
1 .editor-styles-wrapper {
2 .gb-templates-wrapper {
3 display: flex;
4 gap: 16px;
5
6 .gb-template-selector-button {
7 font-size: 13px;
8 display: inline-flex;
9 flex-direction: column;
10 height: 100%;
11 padding: 0;
12 gap: 8px;
13
14 svg {
15 height: 50px;
16 }
17 }
18 }
19
20 .gb-select-layout {
21 .components-placeholder__fieldset {
22 overflow: hidden;
23 display: flex;
24 justify-content: center;
25 text-align: center;
26 }
27
28 &__actions {
29 margin-top: 30px;
30 display: flex;
31 justify-content: center;
32 flex-basis: 100%;
33 }
34 }
35 }
36