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 / components / proInfo / editor.scss

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

53 lines 1007 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sp-smart-pro-info {
2 border: 1px solid #93DCAC;
3 border-radius: 8px;
4 background-color: #EDFAEF;
5 padding: 15px;
6 font-size: 13px;
7 font-weight: 400;
8 line-height: 20px;
9
10 h3 {
11 color: #0E7B22;
12 font-weight: 700;
13 font-size: 16px;
14 line-height: 20px;
15 margin-bottom: 10px;
16 text-transform: capitalize;
17 }
18
19 h4 {
20 color: #2F2F2F;
21 font-size: 13px;
22 font-weight: 600;
23 line-height: 20px;
24 margin: 0;
25 }
26
27 ul {
28 margin: 16px 0;
29 }
30
31 ul li {
32 color: #2F2F2F;
33 font-size: 12px;
34 font-weight: 400;
35 line-height: 18px;
36 margin-bottom: 6px;
37 }
38
39 a {
40 color: #159E2E;
41 text-decoration: none;
42 font-weight: 600;
43 }
44 }
45
46 .sp-smart-upgrade-btn {
47 background: linear-gradient(90deg, #11AB56 0%, #159E2E 65.02%);
48 border-radius: 6px;
49 padding: 8px 10px;
50 color: #fff !important;
51 display: block;
52 text-align: center;
53 }