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 / range-control / editor.scss
generateblocks / src / components / range-control Last commit date
editor.scss 4 years ago index.js 4 years ago
editor.scss
27 lines
1 .components-gblocks-range-control {
2 .components-gblocks-range-control--wrapper {
3 display: flex;
4 justify-content: space-between;
5
6 .components-gblocks-range-control--range {
7 width: calc(100% - 80px);
8 }
9
10 .components-gblocks-range-control-input {
11 width: 60px;
12 }
13 }
14
15 .components-base-control__help {
16 margin-top: -8px;
17 font-size: 12px;
18 font-style: normal;
19 color: rgb(117, 117, 117);
20 }
21
22 .components-base-control,
23 .components-base-control__field {
24 margin-bottom: 0 !important;
25 }
26 }
27