PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.7
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.7
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 / global-settings / breakpoint / editor.scss

editor.scss in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.7, at src/global-settings/breakpoint/editor.scss

73 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sp-smart-breakpoint {
2 display: flex;
3 align-items: center;
4 margin-top: 6px;
5 margin-bottom: 10px;
6
7 .components-base-control__field {
8 padding-top: 0;
9 }
10
11 .components-input-control {
12 width: 100%;
13 input {
14 text-align: center;
15 &:focus-within,
16 &:focus {
17 box-shadow: none !important;
18 outline: none !important;
19 }
20 }
21 }
22 .components-input-control__backdrop {
23 border-right: 0 !important;
24 border-left: 0 !important;
25 box-shadow: none !important;
26 outline: none !important;
27 border-color: #ccc !important;
28 }
29 &-icon {
30 padding: 6px 10px;
31 border: 1px solid #DDD;
32 margin-right: -2px;
33 border-top-left-radius: 4px;
34 border-bottom-left-radius: 4px;
35 position: relative;
36 z-index: 1;
37 }
38 span {
39 padding: 6px 10px;
40 border: 1px solid #DDD;
41 margin-left: -2px;
42 border-top-right-radius: 4px;
43 border-bottom-right-radius: 4px;
44 position: relative;
45 z-index: 1;
46 }
47 &-container {
48 display: flex;
49 margin-bottom: 10px;
50 input {
51 border-left: 1px solid #ccc !important;
52 }
53 }
54 }
55
56 .sp-smart-breakpoint-header {
57 display: flex;
58 justify-content: space-between;
59 align-items: center;
60 white-space: nowrap;
61
62 button,
63 button:hover {
64 color: #949494 !important;
65 height: 14px;
66 }
67 button.active {
68 color: #0054FB !important;
69 }
70 svg {
71 fill: white;
72 }
73 }