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

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

86 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sp-pcp-pro-modal {
2 &-wrapper {
3 width: 480px;
4 background-color: #fff;
5 border-radius: 10px;
6 text-align: center;
7 }
8
9 &-icon {
10 img {
11 width: 84px;
12 }
13 }
14
15 &-cross {
16 position: absolute;
17 width: 42px;
18 height: 42px;
19 text-align: center;
20 color: #000;
21 background-color: #fff;
22 border-radius: 50%;
23 top: 15px;
24 right: 15px;
25 display: flex;
26 justify-content: center;
27 align-items: center;
28 cursor: pointer;
29 border: 1px solid #ccc;
30 transition: all .3s linear;
31
32 &:hover {
33 border-color: #000;
34 }
35 }
36
37 &-info {
38 h5 {
39 font-size: 24px;
40 font-weight: 700;
41 line-height: 1.3;
42 margin: 16px 0;
43 }
44 p {
45 font-size: 15.5px;
46 line-height: 1.6;
47 color: #6E6A69;
48 }
49 }
50
51 .sp-pcp-pro-modal-btn {
52 font-size: 16px;
53 line-height: 1.4;
54 text-decoration: none;
55 font-weight: 600;
56 background-color: #0DA812;
57 padding: 14px 20px;
58 color: #fff;
59 border-radius: 8px;
60 margin-top: 12px;
61 display: inline-flex;
62 transition: all .3s ease-in-out;
63 align-items: center;
64 gap: 8px;
65
66 &:hover {
67 background-color: #06830a;
68 }
69
70 &:focus{
71 outline: none;
72 box-shadow: none;
73 }
74 }
75 }
76
77 .sp-pcp-pro-modal-components {
78 overflow: visible;
79 .components-modal__content {
80 margin-top: 0;
81 padding: 40px;
82 }
83 .components-modal__header {
84 display: none;
85 }
86 }