PluginProbe
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts / trunk
Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts vtrunk
2.8.14 2.8.13 2.8.12 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.10 2.8.11 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 trunk 1.0.1 1.0.2 1.1.0 1.1.1 All 147 releases
content-blocks-builder / src / features / carousel / editor.scss

editor.scss in Content Blocks Builder – Create blocks, repeater blocks with carousel, grid, popup layouts trunk, at src/features/carousel/editor.scss

89 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .is-carousel-settings {
2 .components-base-control__field {
3 margin-bottom: 0;
4 }
5
6 .components-range-control .components-input-control__container {
7 width: 75px;
8 }
9
10 .unit-range-control .unit-control,
11 .components-unit-control .components-input-control__container,
12 input[type="number"]="number""] {
13 max-width: 75px;
14 }
15
16 input[type="number"]="number""] {
17 text-align: right;
18 }
19
20 .input-with-auto {
21 .group-control__body > * {
22 flex-basis: auto !important;
23 }
24
25 .input-control {
26 flex-grow: 0;
27 order: 2;
28 }
29 }
30
31 .effect-presets,
32 .custom-settings {
33 margin-bottom: 0;
34 }
35
36 .effect-presets {
37 margin-bottom: 12px;
38
39 button {
40 min-width: 58px;
41 }
42 }
43
44 // .section-title {
45 // margin-bottom: 12px !important;
46 // }
47
48 .unit-range-control {
49 .unit-control .components-input-control,
50 .range-control .components-range-control {
51 margin-bottom: 0;
52 }
53
54 .unit-control {
55 order: 2;
56 }
57 }
58 }
59
60 .is-carousel-settings .components-unit-control .components-input-base,
61 .is-row-layout .components-base-control__field,
62 .components-select-control.is-row-layout {
63 flex-direction: row;
64 align-items: center;
65 justify-content: space-between;
66
67 label {
68 margin-bottom: 0;
69 }
70 }
71
72 .is-row-layout .components-base-control__field,
73 .is-row-layout .components-flex {
74 display: flex;
75 flex-direction: row;
76 gap: 8px;
77 width: 100%;
78 }
79
80 .components-select-control.is-row-layout {
81 .components-input-control__container {
82 max-width: 75px;
83 }
84
85 select {
86 text-align: right;
87 }
88 }
89