PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.4
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.4
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 / blocks / container / ContainerSelector.css

ContainerSelector.css in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.4, at src/blocks/container/ContainerSelector.css

144 lines 3.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sp-smart-post-container-variation-picker-wrapper {
2 max-width: 652px !important;
3 border-radius: 6px;
4 background: #FFF;
5 box-shadow: 6px 6px 0px 0px #EFE6FB !important;
6 margin-left: auto !important;
7 margin-right: auto !important;
8 }
9 .wp-block-sp-smart-post-show-container .sp-smart-post-container-preset-layout {
10 display: flex;
11 flex-direction: column;
12 align-items: center;
13 justify-content: center;
14 column-gap: 32px;
15 padding: 48px 8%;
16 text-align: center;
17 font-family: sans-serif;
18 border: 2px solid #EFE6FB;
19 box-sizing: border-box;
20 }
21
22 .wp-block-sp-smart-post-show-container .components-placeholder__label {
23 color: #222;
24 font-size: 22px;
25 line-height: 1.3;
26 margin: 0;
27 }
28 .wp-block-sp-smart-post-show-container .components-placeholder__instructions {
29 color: #555;
30 font-size: 14px;
31 line-height: 20px;
32 margin: 0;
33 }
34
35 .sp-smart-post-container-variation-layouts-grid ul {
36 display: flex;
37 flex-wrap: wrap;
38 justify-content: center;
39 gap: 16px;
40 padding: 0;
41 }
42
43 .sp-smart-post-container-variation-layouts-grid ul li {
44 list-style: none;
45 }
46
47 .sp-smart-post-container-variation-layouts-grid ul li span {
48 display: flex;
49 cursor: pointer;
50 }
51
52 .sp-smart-post-container-preset-template-button {
53 padding: 10px 20px;
54 background: transparent;
55 color: #0054FB;
56 border: 1px solid #0054FB;
57 border-radius: 4px;
58 cursor: pointer;
59 font-size: 14px;
60 transition: background 0.3s ease-in-out;
61 }
62
63 .sp-smart-post-container-preset-template-button:hover {
64 background: #0054FB;
65 color: #FFF;
66 }
67
68 /* .block-editor-block-list__layout .sp-smart-post-container-column .sp-smart-post-show-column {
69 padding: 10px;
70 } */
71 .sp-smart-post-container-parent-block>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender .block-editor-button-block-appender {
72 width: 24px;
73 height: 24px;
74 padding: 0;
75 background: #000;
76 color: #fff;
77 }
78
79 .container-column-12-layout>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender {
80 display: none;
81 }
82
83 .container-column-multi-row-layout>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender {
84 display: none;
85 }
86
87 .sp-smart-post-show-column>.block-editor-inner-blocks>.block-editor-block-list__layout {
88 display: flex;
89 justify-content: center;
90 flex-direction: column;
91 }
92
93 .is-selected .sp-smart-post-show-column>.block-editor-inner-blocks>.block-editor-block-list__layout {
94 border: 1px solid #aaa;
95 }
96
97 .sp-smart-post-show-column .block-editor-block-list__layout .block-list-appender.wp-block .block-editor-button-block-appender {
98 box-shadow: none;
99 }
100
101 .sp-smart-post-show-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender.wp-block {
102 width: calc( 100% - 25px );
103 max-width: 100%;
104 border: 1px dashed #555;
105 margin-top: 6px;
106 margin-bottom: 6px;
107 left: 50%;
108 transform: translateX(-50%);
109 display: flex;
110 justify-content: center;
111 }
112
113 .sp-smart-post-show-column>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-list-appender.wp-block {
114 left: 0;
115 transform: translateX(0%);
116 }
117
118 /* .container-column-multi-row-layout .sp-smart-post-container-column {
119 max-width: fit-content;
120 } */
121
122 .sp-smart-post-column-wrapper .wp-block-sp-smart-post-show-column:not(.is-hovered)+div .components-resizable-box__side-handle {
123 display: none;
124 }
125
126 .sp-container-preset-item {
127 display: flex;
128 flex-direction: column;
129 align-items: center;
130 row-gap: 4px;
131 }
132
133 .sp-container-preset-label {
134 color: #2F2F2F;
135 font-family: Inter;
136 font-size: 12px;
137 font-style: normal;
138 font-weight: 500;
139 line-height: 15px;
140 }
141
142 .wp-block-sp-smart-post-show-column.is-selected > .sp-smart-post-show-column > .block-editor-inner-blocks > .block-editor-block-list__layout:has(> :not(:only-child)) {
143 padding-bottom: 34px;
144 }