PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.2
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.2
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / src / components / rangeControl / editor.scss

editor.scss in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.2, at src/components/rangeControl/editor.scss

105 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sp-smart-post-tab-panel {
2 .components-range-control__thumb-wrapper span {
3 background-color: var(--sp-smart-primary-2-400);
4 }
5 .components-range-control__thumb-wrapper span::after,
6 .components-range-control__thumb-wrapper span::before {
7 background-color: var(--sp-smart-primary-2-400);
8 }
9 }
10
11 .sp-smart-post-header-control-left,
12 .sp-smart-post-header-control-right {
13 display: flex;
14 align-items: center;
15 }
16
17 .sp-smart-post-header-control {
18 display: flex;
19 justify-content: space-between;
20 height: 22px;
21 margin-bottom: 8px;
22 }
23
24 .sp-smart-post-header-control-reset.components-button {
25 color: #8c8f94;
26 }
27 .sp-smart-post-header-control-reset.components-button:focus {
28 box-shadow: none;
29 }
30
31 .sp-smart-post-header-control-reset.components-button:hover svg {
32 color: var(--sp-smart-primary-2-400);
33 }
34 .sp-smart-post-header-control-reset.components-button::after {
35 border: 0;
36 }
37 .sp-smart-post-ranger-length .sp-smart-post-units span,
38 .sp-smart-post-ranger-length .sp-smart-post-units button {
39 width: 38px;
40 }
41 .sp-smart-post-range-control {
42 .components-range-control {
43 .components-input-control {
44 .components-input-control__container {
45 input {
46 text-align: center;
47 font-size: 14px;
48 }
49 }
50 }
51 }
52 }
53 body.rtl {
54 .sp-smart-post-range-control {
55 .components-range-control {
56 .components-input-control {
57 margin-left: 0 !important;
58 margin-right: 16px;
59 }
60 }
61 }
62 }
63
64 .sp-smart-post-range-control {
65 &.sp-negative-space {
66 margin-top: -4px;
67 }
68 .components-input-base {
69 min-height: 32px;
70 height: 32px;
71 input {
72 max-height: 32px;
73 }
74 input::-webkit-inner-spin-button{
75 min-height: 32px;
76 margin-right: -11px !important;
77 cursor: pointer;
78 }
79 }
80 .components-range-control__root {
81 min-height: auto;
82 }
83 .components-base-control {
84 .components-range-control,
85 .components-base-control__field {
86 margin-bottom: 0 !important;
87 }
88 }
89 }
90
91 .sp-pro-ranger {
92 a.sp-smart-pro-text {
93 margin-left: 0;
94 }
95 .sp-smart-post-component-title {
96 color: #00000080
97 }
98 .sp-smart-post-units,
99 .components-range-control,
100 .sp-smart-post-header-control-right {
101 opacity: 0.6;
102 pointer-events: none;
103 }
104 }
105