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

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

111 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sp-smart-post-popup-content {
2 // position: absolute;
3 z-index: 9999;
4 background: #ffffff;
5 border-radius: 4px;
6 width: fit-content;
7 height: fit-content;
8 margin: 0;
9 overflow: hidden;
10 padding: 0;
11 box-sizing: border-box;
12 box-shadow: 0px 4px 16px rgb(0 0 0 / 20%);
13 // margin-top: -12px;
14 border: 1px solid #dddddd;
15 }
16
17 .sp-smart-post-popup-content:has(.sp-smart-popup-body) {
18 overflow: auto;
19 max-height: 300px;
20 position: relative;
21 border: none;
22 }
23
24 .sp-smart-post-popup-wrapper:has(.sp-smart-post-select-dropdown ) {
25 padding: 0;
26 width: 100% !important;
27 }
28 .components-popover.sp-smart-post-tab-panel:has(.sp-smart-popup-body) {
29 top: -10px !important;
30 }
31
32 .sp-smart-post-button{
33 .sp-smart-post-header-left{
34 &.wide-area{
35 width: 85%;
36 justify-content: space-between;
37 align-items: center;
38 .sp-smart-post-toggle{
39 width: 100%;
40 .components-toggle-control{
41 margin-bottom: 0px;
42 }
43 }
44 }
45 }
46 }
47
48 .sp-smart-post-dropdown-select {
49 display: flex;
50 align-items: center;
51 text-align: left;
52 min-width: 240px;
53 min-height: 32px;
54 padding-left: 14px;
55 margin-bottom: 4px;
56 cursor: pointer;
57 }
58 .sp-smart-post-border-popup .sp-smart-post-border-icon-button:hover {
59 color: transparent !important;
60 }
61 .sp-smart-post-header-right .sp-smart-post-border-icon-button {
62 height: 26px;
63 border: none;
64 outline: none;
65 background: transparent;
66 outline: 2px solid transparent;
67 border-radius: 4px;
68 padding: 1px;
69 outline: 2px solid #F26C0D00 !important;
70
71 &.button-clicked {
72 // outline: 2px solid var(--sp-smart-primary-2-400) !important;
73 // padding: 1px;
74 svg {
75 fill: var(--sp-smart-primary-2-400);
76 }
77 // path {
78 // // fill: var(--sp-smart-primary-2-400);
79 // stroke: #fff;
80 // }
81 rect {
82 stroke: var(--sp-smart-primary-2-400);
83 }
84 }
85 &:hover {
86 color: #fff !important;
87 }
88 &.button-clicked {
89 // outline: 2px solid var(--sp-smart-primary-2-400) !important;
90 // padding: 1px;
91 }
92 }
93 .sp-border-popover {
94 width: 360px;
95 }
96 .components-popover__fallback-container {
97 .sp-border-popover {
98 // top: 20px !important;
99 }
100 }
101 .sp-smart-post-popup-content {
102 input::-webkit-inner-spin-button{
103 min-height: 33px;
104 margin-right: 0px;
105 cursor: pointer;
106 }
107 }
108 .components-popover__content {
109 overflow: auto;
110 overflow-x: hidden !important;
111 }