PluginProbe
Block Animations, Motion & Scroll Effects – Ghost Kit / 2.25.0
Block Animations, Motion & Scroll Effects – Ghost Kit v2.25.0
3.7.2 3.7.1 3.7.0 3.6.1 trunk 1.6.3 2.25.0 3.3.0 3.3.1 3.3.2 3.3.3 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.5.0 3.5.1 3.6.0
ghostkit / gutenberg / components / range-control / editor.scss

editor.scss in Block Animations, Motion & Scroll Effects – Ghost Kit 2.25.0, at gutenberg/components/range-control/editor.scss

31 lines 641 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Control Range Component CSS
3 */
4 .ghostkit-component-range-control {
5 > .components-base-control__field,
6 > .components-base-control__field > .components-base-control,
7 > .components-base-control__field > .components-base-control > .components-base-control__field {
8 margin-bottom: 0;
9 }
10
11 > .components-base-control__field {
12 display: flex;
13 flex-wrap: wrap;
14 align-items: center;
15
16 > .components-base-control__label {
17 flex: 100%;
18 width: 100%;
19 }
20
21 > .components-range-control {
22 flex: 1;
23 margin-right: 10px;
24 }
25
26 .components-text-control__input {
27 width: 64px;
28 }
29 }
30 }
31