PluginProbe
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder / 3.0.7
Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder v3.0.7
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 / includes / Admin / assets / css / usk-ultimate-builder.rtl.css

usk-ultimate-builder.rtl.css in Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder 3.0.7, at includes/Admin/assets/css/usk-ultimate-builder.rtl.css

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