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