PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.8
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.8
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 / shadow / editor.scss

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

99 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sp-smart-post-popup-content:has(.sp-smart-global-shadow-wrapper) {
2 // position: relative;
3 margin-top: 0;
4 bottom: 50px;
5 }
6 .sp-smart-global-shadow {
7 .sp-smart-post-component-title {
8 margin-bottom: 0;
9 }
10 &-list ul {
11 margin-bottom: 12px;
12 }
13 &-list ul li {
14 border: 1px solid #ddd;
15 padding: 10px;
16 margin-bottom: 0;
17 button {
18 color: #fff;
19 }
20 &:not(:last-child) {
21 border-bottom: 0;
22 }
23 }
24 &-wrapper {
25 width: 360px;
26 }
27 &-header {
28 display: flex;
29 align-items: center;
30 justify-content: space-between;
31 padding: 10px 0px 10px 10px;
32 background: #f2f2f2;
33
34 input {
35 border-radius: 2px;
36 border: 1px solid #ddd;
37 height: 32px;
38 width: 220px;
39 padding-left: 10px;
40
41 &:focus{
42 outline: none;
43 }
44 }
45 h4 {
46 margin: 6px;
47 span {
48 margin-right: 5px;
49 }
50 }
51 }
52 &-body {
53 padding: 16px;
54
55 .components-base-control__field {
56 width: 80px;
57 }
58
59 .components-input-control__backdrop:focus-within,
60 select:focus {
61 outline: none;
62 box-shadow: none;
63 }
64 }
65 &-preset {
66 border: 1px solid #cccc;
67 padding: 40px;
68 margin-bottom: 16px;
69
70 .sp-smart-shadow-preset-box {
71 width: 100%;
72 box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.18);
73 height: 70px;
74 border: 0.5px solid #DDD;
75 border-radius: 2px;
76 }
77 }
78
79 &-input-field {
80 display: flex;
81 margin-bottom: 16px;
82 .components-input-base {
83 flex-direction: column-reverse;
84 }
85 .components-input-control__label {
86 font-size: 11px !important;
87 color: #8C8F94;
88 }
89 .components-input-control__input {
90 height: 32px;
91 }
92
93 .components-input-control__backdrop:focus-within:not(:has(:is(.em5sgkm8, .em5sgkm7):focus-within)) .em5sgkm6 {
94 border: none;
95 box-shadow: none;
96 outline: none;
97 }
98 }
99 }