PluginProbe ʕ •ᴥ•ʔ
GenerateBlocks / 1.4.0
GenerateBlocks v1.4.0
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 / gradient / editor.scss
generateblocks / src / components / gradient Last commit date
editor.scss 5 years ago index.js 4 years ago
editor.scss
25 lines
1 .gblocks-component-gradient-control {
2 display: flex;
3 align-items: center;
4 justify-content: space-between;
5 flex-wrap: wrap;
6 margin-top: 8px;
7
8 .components-base-control {
9 margin-bottom: 0 !important;
10
11 .components-base-control__field {
12 margin-bottom: 0;
13 }
14 }
15
16 .gblocks-component-color-picker-wrapper .components-base-control__field {
17 margin-top: 0;
18 }
19 }
20
21 .gblocks-component-gradient-stop-value {
22 flex-grow: 1;
23 padding-left: 10px;
24 }
25