PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 3.1.4
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v3.1.4
3.1.4 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.0.7 3.0.5 3.0.4 3.0.3 3.0.2 trunk 1.5.0 1.5.1 1.5.2 1.6.1 1.6.2 1.6.3 1.6.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 All 93 releases
ultimate-store-kit / src / scss / ultimate-builder.scss

ultimate-builder.scss in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 3.1.4, at src/scss/ultimate-builder.scss

282 lines 6.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 body.post-type-usk-template-builder .row-actions span.view,
3 body.post-type-usk-template-builder .row-actions span.inline
4 {
5 display: none!important;
6 }
7 /** Modal Css */
8 .usk-modal-overlay {
9 position: fixed;
10 height: 100%;
11 width: 100%;
12 bottom: 0;
13 left: 0;
14 background-color: rgba(0, 0, 0, 0.746);
15 z-index: 9999;
16 }
17
18 #ultimate-builder-kit-builder-modal-wrapper {
19 background-color: #fff;
20 position: absolute;
21 width: 85%;
22 top: 50%;
23 left: 50%;
24 transform: translate(-50%,-50%);
25 z-index: 1111;
26 max-width: 1024px;
27 }
28 .usk-template-modal-header {
29 display: flex;
30 align-items: center;
31 background-color: #fff;
32 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
33 padding: 15px;
34 }
35 .usk-modal-logo-wrap {
36 display: flex;
37 align-items: center;
38 cursor: pointer;
39 }
40 .usk-modal-logo-wrap .usk-modal-logo {
41 width: 30px;
42 }
43 .usk-modal-logo-wrap .usk-logo-text {
44 font-size: 15px;
45 color: #495157;
46 text-transform: uppercase;
47 font-weight: 700;
48 padding-left: 12px;
49 }
50 .usk-modal-close-button {
51 margin-left: auto;
52 border-left: 1px solid #e8e2e2;
53 padding-left: 10px;
54 }
55 .usk-modal-close-button a{
56 text-decoration: none;
57 }
58 .usk-modal-close-button .usk-icon-close {
59 font-size: 22px;
60 color: #8D99AE;
61 }
62 .usk-template-modal-main-wrap {
63 padding: 30px;
64 display: flex;
65 flex-direction: column;
66 align-items: center;
67 grid-gap: 40px;
68 }
69 .usk-template-modal-main-wrap .usk-modal-content-wrap{
70 width: 100%;
71 }
72 .usk-modal-content-wrap .usk-modal-title {
73 font-size: 20px;
74 color: #556068;
75 line-height: 1.4;
76 text-transform: capitalize;
77 margin: 0;
78 margin-bottom: 30px;
79 }
80 .usk-modal-content-wrap .usk-modal-title span {
81 font-weight: 700;
82 display: inline-table;
83 }
84 .usk-modal-content-wrap .usk-modal-desc {
85 color: #6d7882;
86 font-size: 12px;
87 line-height: 1.5;
88 }
89 .usk-template-modal-main-wrap .usk-modal-form-wrap{
90 width: 100%;
91 background-color: #fff;
92 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
93 padding: 20px;
94 }
95
96 .usk-template-modal-main-wrap .usk-modal-form-wrap .usk-modal-form {
97 display: flex;
98 flex-direction: column;
99 grid-row-gap: 10px;
100 }
101 .usk-modal-form .usk-form-title {
102 font-size: 18px;
103 font-weight: 700;
104 margin-bottom: 6px;
105 line-height: 1.3;
106 color: #2B2D42;
107 text-transform: capitalize;
108 }
109 .usk-modal-form label {
110 font-size: 12px;
111 text-transform: capitalize;
112 color: #6d7882;
113 }
114 .usk-modal-form select, .usk-modal-form input {
115 height: 35px;
116 border: 1px solid #cecece;
117 color: #6d7882;
118 text-transform: capitalize;
119 font-size: 12px;
120 border-radius: 3px;
121 outline: none;
122 margin-bottom: 10px;
123 }
124 .usk-modal-form select:focus {
125 border: 1px solid #8D99AE;
126 border-color: none;
127 color: none;
128 box-shadow: none;
129 }
130 .usk-modal-form input[type="text"]="text""] {
131 border: 1px solid #cecece;
132 outline: none;
133 }
134 .usk-modal-form input[type="text"]="text""]:focus {
135 border: 1px solid #8D99AE;
136 border-color: none;
137 color: none;
138 box-shadow: none;
139 }
140
141 .usk-modal-form .usk-modal-submit-btn {
142 margin: 0;
143 background: #EF233C;
144 border: 0;
145 color: #fff;
146 text-transform: uppercase;
147 font-size: 11px;
148 transition: all .3s ease;
149 cursor: pointer;
150 }
151 .usk-modal-form .usk-modal-submit-btn:hover {
152 background: #D90429;
153 }
154
155 /* Template Status Switcher */
156 .usk-template-status-switcher-wrap {
157 display: flex;
158 align-items: center;
159 gap: 12px;
160 margin-bottom: 10px;
161 }
162
163 .usk-template-status-switcher-wrap .usk-switcher-status-text {
164 font-size: 12px;
165 color: #6d7882;
166 font-weight: 500;
167 }
168
169 .usk-template-status-switcher {
170 position: relative;
171 display: inline-flex;
172 align-items: center;
173 width: 52px;
174 height: 28px;
175 background: #cecece;
176 border-radius: 28px;
177 cursor: pointer;
178 transition: background 0.3s ease;
179 }
180
181 .usk-template-status-switcher.usk-active {
182 background: #EF233C;
183 }
184
185 .usk-template-status-switcher .usk-switcher-slider {
186 position: absolute;
187 width: 22px;
188 height: 22px;
189 background: #fff;
190 border-radius: 50%;
191 left: 3px;
192 top: 3px;
193 transition: transform 0.3s ease;
194 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
195 }
196
197 .usk-template-status-switcher.usk-active .usk-switcher-slider {
198 transform: translateX(24px);
199 }
200
201 @media (min-width: 768px) {
202 .usk-template-status-switcher-wrap {
203 margin-bottom: 12px;
204 }
205 #ultimate-builder-kit-builder-modal-wrapper {
206 width: 82%;
207 }
208 .usk-template-modal-main-wrap {
209 padding: 40px;
210 flex-direction: row;
211 }
212 .usk-modal-content-wrap .usk-modal-title {
213 font-size: 24px;
214 }
215 .usk-modal-content-wrap .usk-modal-desc {
216 font-size: 14px;
217 }
218 .usk-template-modal-main-wrap .usk-modal-form-wrap {
219 padding: 30px;
220 }
221 .usk-modal-form .usk-form-title {
222 font-size: 20px;
223 margin-bottom: 15px;
224 }
225 .usk-modal-form label {
226 font-size: 12px;
227 }
228 .usk-modal-form select, .usk-modal-form input {
229 height: 40px;
230 font-size: 12px;
231 margin-bottom: 12px;
232 }
233 .usk-modal-form .usk-modal-submit-btn {
234 font-size: 12px;
235 }
236 }
237 @media (min-width: 1024px) {
238 .usk-template-status-switcher-wrap {
239 margin-bottom: 20px;
240 }
241 #ultimate-builder-kit-builder-modal-wrapper{
242 width: 79%;
243 }
244 .usk-template-modal-main-wrap {
245 padding: 50px;
246 }
247 .usk-template-modal-main-wrap {
248 padding: 50px;
249 }
250 .usk-modal-content-wrap .usk-modal-title {
251 font-size: 30px;
252 }
253 .usk-modal-content-wrap .usk-modal-desc {
254 font-size: 16px;
255 }
256 .usk-template-modal-main-wrap .usk-modal-form-wrap {
257 padding: 40px;
258 }
259 .usk-modal-form .usk-form-title {
260 font-size: 22px;
261 margin-bottom: 30px;
262 }
263 .usk-modal-form label {
264 font-size: 14px;
265 }
266 .usk-modal-form select, .usk-modal-form input {
267 height: 50px;
268 font-size: 14px;
269 margin-bottom: 20px;
270 }
271 .usk-modal-form .usk-modal-submit-btn {
272 font-size: 14px;
273 }
274 }
275 @media (min-width: 1440px) {
276 #ultimate-builder-kit-builder-modal-wrapper{
277 width: 54%;
278 }
279 .usk-template-modal-main-wrap {
280 padding: 100px;
281 }
282 }