PluginProbe
Adminify – White Label, Admin Menu Editor, Login Customizer / 2.0.9
Adminify – White Label, Admin Menu Editor, Login Customizer v2.0.9
4.3.1 4.3.0 4.2.26 4.2.25 4.2.24 4.2.23 4.2.22 4.2.21 4.2.20 4.2.19 4.2.18 4.2.17 4.2.16 4.2.15 4.2.14 4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 4.1.17 All 164 releases
← All changes | assets/css/setup.css +294 -514 4.2.222.0.9 View file →
@@ -1,586 +1,366 @@
1 -/*!******************************************************************************************************************************************************************************************************************************************************************!*\
2 - !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./dev/admin/modules/setup-wizard/index.scss ***!
3 - \******************************************************************************************************************************************************************************************************************************************************************/
4 -@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
5 -/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
6 - !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./dev/admin/modules/setup-wizard/index.scss (1) ***!
7 - \**********************************************************************************************************************************************************************************************************************************************************************/
8 -body.wp-adminify {
9 - --adminify-primary: #3a3ae9;
10 - --adminify-preset-background: #f0f0f1;
11 - --adminify-text-color: #fff;
12 - --adminify-input-bg: #f1f1f3;
1 +body.wp-adminify-sw-setup {
2 + border: none;
13 3 }
14 -
15 -.wp-adminify-multi-step-wrapper {
16 - width: 100%;
4 +.wp-adminify-sw-cr_autocomplete {
5 + opacity: 0;
6 + position: absolute;
17 7 }
18 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-logo {
19 - display: flex;
20 - justify-content: center;
8 +body {
9 + margin: 60px auto 24px;
10 + box-shadow: none;
11 + background: #f9f9f9;
12 + padding: 0;
13 + max-width: 1000px;
21 14 }
22 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step {
23 - position: relative;
24 - display: grid;
25 - grid-template-columns: repeat(4, 1fr);
26 - margin-top: 24px;
15 +.wp-adminify-sw-logo {
16 + text-align: center;
27 17 }
28 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step {
29 - position: relative;
30 - font-size: 14px;
31 - font-weight: 600;
32 - line-height: 24px;
33 - color: #5a5676;
34 - text-align: center;
18 +.wpsw50p {
19 + width: 50% !important;
35 20 }
36 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step::after {
37 - position: absolute;
38 - content: "";
39 - top: 36px;
40 - left: 50%;
41 - width: 12px;
42 - height: 12px;
43 - border: 2px solid #dedee7;
44 - border-radius: 50px;
45 - background-color: #eaeaf0;
46 - z-index: 9999;
47 - transform: translate(-50%, -50%);
21 +.wp-adminify-sw-logo a {
22 + text-decoration: none;
23 + display: inline-block;
24 + height: 80px;
48 25 }
49 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step::before {
50 - position: absolute;
51 - content: "";
52 - top: 36px;
53 - left: 0;
54 - width: 0%;
55 - height: 2px;
56 - z-index: 999;
57 - border-radius: 2px;
58 - background-color: #3a3ae9;
59 - background-color: var(--adminify-primary);
60 - transition: all 0.3s;
26 +#wpsw_enable_types {
27 + height: 60px;
61 28 }
62 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step.active {
63 - color: #3a3ae9;
64 - color: var(--adminify-primary);
29 +.wp-adminify-sw-setup-content {
30 + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
31 + padding: 24px 24px 0;
32 + background: #fff;
33 + overflow: hidden;
34 + zoom: 1;
65 35 }
66 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step.active::before {
67 - width: 100%;
36 +.wp-adminify-sw-setup-content h1,
37 +.wp-adminify-sw-setup-content h2,
38 +.wp-adminify-sw-setup-content h3,
39 +.wp-adminify-sw-setup-content table {
40 + margin: 0 0 24px;
41 + border: 0;
42 + padding: 0;
43 + color: #666;
44 + clear: none;
68 45 }
69 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step.active::after {
70 - border: 2px solid #3a3ae9;
71 - border: 2px solid var(--adminify-primary);
46 +.wp-adminify-sw-setup-content p {
47 + margin: 0 0 24px;
48 + font-size: 1em;
49 + line-height: 1.75em;
50 + color: #666;
72 51 }
73 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step::after {
74 - position: absolute;
75 - content: "";
76 - left: 0;
77 - top: 36px;
78 - width: 100%;
79 - height: 2px;
80 - border-radius: 2px;
81 - background-color: #dedee7;
52 +.wp-adminify-sw-setup-content ul.unstyled {
53 + list-style: none;
54 + margin: 0 0 20px 0;
82 55 }
83 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins {
84 - position: relative;
56 +.wp-adminify-sw-setup-content ul.unstyled li {
57 + padding-bottom: 10px;
85 58 }
86 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons ul.plugins-list {
87 - margin-top: 32px;
88 - gap: 16px;
89 - display: flex;
90 - flex-direction: column;
59 +.wp-adminify-sw-setup-content ul.unstyled li.add-new {
60 + padding-top: 15px;
91 61 }
92 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons ul.plugins-list li.plugin.plugin-item {
93 - display: flex;
94 - gap: 16px;
95 - align-items: center;
62 +.wp-adminify-sw-setup-content table {
63 + font-size: 1em;
64 + line-height: 1.75em;
65 + color: #666;
96 66 }
97 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons ul.plugins-list li.plugin.plugin-item label {
98 - display: flex;
99 - gap: 16px;
100 - cursor: pointer;
67 +.wp-adminify-sw-setup-content a {
68 + color: #a16696;
101 69 }
102 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons ul.plugins-list li.plugin.plugin-item label input {
103 - width: 16px;
104 - margin-top: 0;
105 - padding: 0;
70 +.wp-adminify-sw-setup-content a:hover,
71 +.wp-adminify-sw-setup-content a:focus {
72 + color: #111;
106 73 }
107 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons ul.plugins-list li.plugin.plugin-item label .logo {
108 - align-self: center;
74 +.wp-adminify-sw-setup-content .form-table th {
75 + width: 35%;
76 + vertical-align: top;
77 + font-weight: normal;
109 78 }
110 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons ul.plugins-list li.plugin.plugin-item label .logo img {
111 - width: 32px;
79 +.wp-adminify-sw-setup-content .form-table td {
80 + vertical-align: top;
112 81 }
113 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons ul.plugins-list li.plugin.plugin-item label .details .description {
114 - font-size: 12px;
82 +.wp-adminify-sw-setup-content .form-table td select,
83 +.wp-adminify-sw-setup-content .form-table td input {
84 + width: 100%;
85 + box-sizing: border-box;
115 86 }
116 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons ul.plugins-list li.plugin.plugin-item.activated .details .name {
117 - color: green;
87 +.wp-adminify-sw-setup-content .form-table td select {
88 + border: 1px solid #ccc;
89 + padding: 0 10px;
90 + vertical-align: middle;
91 + line-height: 28px;
92 + height: 28px;
93 + font-size: 14px;
118 94 }
119 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons ul.plugins-list li.plugin.plugin-item.installed .details .name {
120 - color: rgba(58, 58, 233, 0.7882352941);
95 +.wp-adminify-sw-setup-content .form-table td input[size] {
96 + width: auto;
121 97 }
122 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons .loading-wrapper {
123 - position: absolute;
124 - top: 0;
125 - bottom: 0;
126 - left: 0;
127 - right: 0;
128 - z-index: 99999;
129 - background: rgba(255, 255, 255, 0.17);
130 - border-radius: 16px;
131 - box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
132 - backdrop-filter: blur(5.4px);
133 - -webkit-backdrop-filter: blur(5.4px);
134 - border: 1px solid rgba(255, 255, 255, 0.32);
98 +.wp-adminify-sw-setup-content .form-table td .description {
99 + line-height: 1.5em;
100 + display: block;
101 + margin-top: 0.25em;
102 + color: #999;
103 + font-style: italic;
135 104 }
136 -.wp-adminify-multi-step-wrapper .adminify-install-addons-plugins .choose-addons .wp-adminify-loading {
137 - pointer-events: none;
138 - width: 32px;
139 - height: 32px;
140 - border-radius: 50%;
141 - border: 3px solid #ccddee;
142 - border-top-color: red;
143 - animation: ani1 1s ease infinite;
144 - position: absolute;
145 - top: 50%;
146 - left: 50%;
147 - transform: translate(-50%, -50%);
148 - transition: all 0.3s;
105 +.wp-adminify-sw-setup-content .form-table td .input-checkbox,
106 +.wp-adminify-sw-setup-content .form-table td .input-radio {
107 + width: auto;
108 + box-sizing: inherit;
109 + padding: inherit;
110 + margin: 0 0.5em 0 0;
111 + box-shadow: none;
149 112 }
150 -@keyframes ani1 {
151 - 0% {
152 - transform: rotate(0turn);
153 - }
154 - 100% {
155 - transform: rotate(1turn);
156 - }
113 +.wp-adminify-sw-setup-content .form-table .section_title td {
114 + padding: 0;
157 115 }
158 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action {
159 - display: flex;
160 - -moz-column-gap: 16px;
161 - column-gap: 16px;
162 - justify-content: end;
163 - align-items: center;
164 - margin-top: 24px;
116 +.wp-adminify-sw-setup-content .form-table .section_title td h2,
117 +.wp-adminify-sw-setup-content .form-table .section_title td p {
118 + margin: 12px 0 0;
165 119 }
166 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action button,
167 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action a {
168 - font-size: 13px;
169 - font-weight: 700;
170 - line-height: 20px;
171 - letter-spacing: 0.5px;
172 - color: #191821;
173 - padding: 10px 20px;
174 - border-radius: 2px;
175 - border: 1px solid transparent;
176 - cursor: pointer;
120 +.wp-adminify-sw-setup-content .form-table th,
121 +.wp-adminify-sw-setup-content .form-table td {
122 + padding: 12px 0;
123 + margin: 0;
124 + border: 0;
177 125 }
178 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action a.right-arrow {
179 - display: flex;
180 - -moz-column-gap: 4px;
181 - column-gap: 4px;
182 - align-items: center;
183 - padding: 0;
126 +.wp-adminify-sw-setup-content .form-table th:first-child,
127 +.wp-adminify-sw-setup-content .form-table td:first-child {
128 + padding-right: 1em;
184 129 }
185 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action .wp-adminify-bg-secondary {
186 - border-color: #dedee7;
187 - background-color: #dedee7;
130 +.wp-adminify-sw-setup-content .final-step {
131 + text-align: center;
188 132 }
189 -.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action .wp-adminify-bg-primary {
190 - color: #fff;
191 - border-color: #3a3ae9;
192 - border-color: var(--adminify-primary);
193 - background-color: #3a3ae9;
194 - background-color: var(--adminify-primary);
133 +.wp-adminify-sw-setup-content .final-step h1 {
134 + border-bottom: 1px solid #eee;
135 + padding-bottom: 20px;
136 + margin-bottom: 30px;
195 137 }
196 -
197 -.wp-adminify-file-uploader {
198 - display: flex;
199 - justify-content: center;
200 - align-items: center;
201 - height: 244px;
202 - margin-top: 24px;
203 - border-radius: 2px;
204 - border: 2px dashed #dedee7;
205 - position: relative;
138 +.wp-adminify-sw-setup-content .final-step h2 {
139 + float: left;
140 + width: 36%;
141 + text-align: right;
142 + margin-right: 20px;
206 143 }
207 -.wp-adminify-file-uploader > img {
208 - max-width: 200px;
209 - max-height: 200px;
144 +.wp-adminify-sw-setup-content .final-step a {
145 + float: left;
210 146 }
211 -.wp-adminify-file-uploader .wp-adminify-file-close {
212 - background: #f04438;
213 - position: absolute;
214 - top: -8px;
215 - right: -8px;
216 - border-radius: 50%;
217 - display: flex;
218 - align-items: center;
219 - justify-content: center;
220 - width: 20px;
221 - height: 20px;
222 - cursor: pointer;
147 +.wp-adminify-sw-setup-content .final-step .btn-add-employees {
148 + margin-right: 10px;
223 149 }
224 -.wp-adminify-file-uploader > button {
225 - display: flex;
226 - align-items: center;
227 - justify-content: center;
228 - flex-direction: column;
229 - font-size: 14px;
230 - font-weight: 600;
231 - line-height: 24px;
232 - color: #191821;
233 - background: none;
234 - border: none;
235 - border-radius: 2px;
236 - width: 100%;
237 - height: 100%;
238 - cursor: pointer;
239 - transition: all 0.3s;
150 +.wp-adminify-sw-setup-content .two-col {
151 + overflow: hidden;
152 + margin: 0 0 24px;
240 153 }
241 -.wp-adminify-file-uploader > button :last-child {
242 - margin-top: 8px;
154 +.wp-adminify-sw-setup-content .two-col::after {
155 + content: "";
156 + clear: both;
243 157 }
244 -.wp-adminify-file-uploader > button.adminify-img-draging {
245 - filter: alpha(opacity=60);
246 - color: #3a3ae9;
247 - color: var(--adminify-primary);
158 +.wp-adminify-sw-setup-content .two-col .col-first,
159 +.wp-adminify-sw-setup-content .two-col .col-last {
160 + width: 50%;
161 + box-sizing: border-box;
162 + float: left;
248 163 }
249 -.wp-adminify-file-uploader > button.adminify-img-draging svg > path {
250 - fill: #3a3ae9;
251 - fill: var(--adminify-primary);
164 +.wp-adminify-sw-setup-content .wp-adminify-sw-setup-next-steps {
165 + overflow: hidden;
166 + margin: 0 0 24px;
252 167 }
253 -.wp-adminify-file-uploader > button > input {
254 - visibility: hidden;
255 - position: absolute;
168 +.wp-adminify-sw-setup-content .wp-adminify-sw-setup-next-steps h2 {
169 + margin-bottom: 12px;
256 170 }
257 -.wp-adminify-file-uploader:has(.adminify-img-draging) {
258 - border-color: #3a3ae9;
259 - border-color: var(--adminify-primary);
171 +.wp-adminify-sw-setup-content .wp-adminify-sw-setup-actions {
172 + overflow: hidden;
260 173 }
261 -
262 -body.wp-adminify {
263 - --adminify-primary: #3a3ae9;
264 - --adminify-preset-background: #f0f0f1;
265 - --adminify-text-color: #fff;
266 - --adminify-input-bg: #f1f1f3;
174 +.wp-adminify-sw-setup-content .wp-adminify-sw-setup-actions .button {
175 + float: right;
176 + font-size: 1.25em;
177 + padding: 0.5em 1em;
178 + line-height: 1em;
179 + margin-right: 0.5em;
180 + height: auto;
267 181 }
268 -
269 -.wp-adminify-tabs-wrapper ul {
270 - display: flex;
271 - align-items: center;
272 - border-radius: 2px;
273 - padding: 4px;
274 - background-color: #dedee7;
182 +.wp-adminify-sw-setup-content .wp-adminify-sw-setup-actions .button-primary {
183 + float: right;
275 184 }
276 -.wp-adminify-tabs-wrapper ul li {
277 - display: flex;
278 - align-items: center;
279 - justify-content: center;
280 - padding: 8px 0;
281 - flex-grow: 1;
282 - font-size: 14px;
283 - font-weight: 400;
284 - line-height: 22px;
285 - color: #5a5676;
286 - cursor: pointer;
185 +.wp-adminify-sw-setup-steps {
186 + padding: 0 0 24px;
187 + margin: 0;
188 + list-style: none outside;
189 + overflow: hidden;
190 + color: #ccc;
191 + width: 100%;
192 + display: -webkit-inline-flex;
193 + display: -ms-inline-flexbox;
194 + display: inline-flex;
287 195 }
288 -.wp-adminify-tabs-wrapper ul li.active {
289 - color: #191821;
290 - font-weight: 700;
291 - border-radius: 2px;
292 - background-color: #fff;
196 +.wp-adminify-sw-setup-steps li {
197 + width: 20%;
198 + float: left;
199 + padding: 0 0 0.8em;
200 + margin: 0;
201 + text-align: center;
202 + position: relative;
203 + border-bottom: 4px solid #ccc;
204 + line-height: 1.4em;
293 205 }
294 -
295 -:root {
296 - --adminify-primary: #3a3ae9;
206 +.wp-adminify-sw-setup-steps li a {
207 + color: inherit;
208 + text-decoration: none;
297 209 }
298 -
299 -body {
300 - background-color: #eaeaf0;
301 - border: none;
302 - color: inherit;
303 - margin: 0;
304 - margin: initial;
305 - padding: 0;
306 - padding: initial;
307 - max-width: none;
308 - box-shadow: none;
210 +.wp-adminify-sw-setup-steps li a:focus {
211 + outline: 0;
212 + box-shadow: none;
309 213 }
310 -body h1,
311 -body h2,
312 -body h3,
313 -body h4,
314 -body h5,
315 -body h6 {
316 - margin: 0;
214 +.wp-adminify-sw-setup-steps li:before {
215 + content: "";
216 + border: 4px solid #ccc;
217 + border-radius: 100%;
218 + width: 4px;
219 + height: 4px;
220 + position: absolute;
221 + bottom: 0;
222 + left: 50%;
223 + margin-left: -6px;
224 + margin-bottom: -8px;
225 + background: #fff;
317 226 }
318 -body p {
319 - margin: 0;
227 +.wp-adminify-sw-setup-steps li.active {
228 + border-color: #008ec2;
229 + color: #008ec2;
320 230 }
321 -body ul {
322 - margin: 0;
323 - padding: 0;
324 - list-style: none;
231 +.wp-adminify-sw-setup-steps li.active:before {
232 + border-color: #008ec2;
325 233 }
326 -body a {
327 - -webkit-text-decoration: none;
328 - text-decoration: none;
234 +.wp-adminify-sw-setup-steps li:focus {
235 + outline: 0;
329 236 }
330 -body input,
331 -body textarea {
332 - outline: none;
333 - border: 1px solid #dedee7;
334 - border-radius: 2px;
335 - width: 100%;
336 - margin-top: 1rem;
337 - padding: 8px;
237 +.wp-adminify-sw-setup-steps li.done {
238 + border-color: #008ec2;
239 + color: #008ec2;
338 240 }
339 -body input::-moz-placeholder, body textarea::-moz-placeholder {
340 - color: #8c89a9;
241 +.wp-adminify-sw-setup-steps li.done:before {
242 + border-color: #008ec2;
243 + background: #008ec2;
341 244 }
342 -body input::placeholder,
343 -body textarea::placeholder {
344 - color: #8c89a9;
245 +.wp-adminify-sw-return-to-dashboard {
246 + font-size: 0.85em;
247 + color: #b5b5b5;
248 + margin: 1.18em 0;
249 + display: block;
250 + text-align: center;
345 251 }
346 -body input:focus,
347 -body textarea:focus {
348 - border-color: #3a3ae9 !important;
349 - border-color: var(--adminify-primary) !important;
350 - box-shadow: 0 0 0 1px #3a3ae9 !important;
351 - box-shadow: 0 0 0 1px var(--adminify-primary) !important;
352 -}
353 -body textarea {
354 - height: 244px;
355 -}
356 -body .screen-reader-text {
357 - display: none;
358 -}
359 252
360 -.wp-adminify-setup-wizard-wrapper {
361 - display: flex;
362 - justify-content: center;
363 - align-items: center;
364 - width: 960px;
365 - margin: 100px auto;
366 - font-family: "Inter", sans-serif;
253 +/* Toggle switch */
254 +.form-table {
255 + /* End toggle switch */
367 256 }
368 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content {
369 - padding: 32px;
370 - margin-top: 42px;
371 - border-radius: 2px;
372 - border: 1px solid #dedee7;
373 - background-color: #fff;
374 - border-radius: 2px;
257 +.form-table .updated p {
258 + margin-bottom: 10px;
375 259 }
376 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content h1 {
377 - font-size: 24px;
378 - font-weight: 600;
379 - line-height: 32px;
380 - color: #191821;
260 +.form-table .switch-input {
261 + display: none;
381 262 }
382 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content p {
383 - margin-top: 24px;
384 - font-size: 14px;
385 - font-weight: 400;
386 - line-height: 24px;
387 - color: #5a5676;
263 +.form-table .switch-label {
264 + position: relative;
265 + display: inline-block;
266 + min-width: 112px;
267 + cursor: pointer;
268 + font-weight: 500;
269 + text-align: left;
270 + margin: 2px 0;
271 + padding: 0 0 0 44px;
388 272 }
389 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content textarea {
390 - height: 132px;
391 - padding: 1rem;
392 - line-height: 1.7;
273 +.form-table .switch-label:before,
274 +.form-table .switch-label:after {
275 + content: "";
276 + position: absolute;
277 + margin: 0;
278 + outline: 0;
279 + top: 50%;
280 + -ms-transform: translate(0, -50%);
281 + -webkit-transform: translate(0, -50%);
282 + transform: translate(0, -50%);
283 + -webkit-transition: all 0.3s ease;
284 + transition: all 0.3s ease;
393 285 }
394 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui {
395 - display: grid;
396 - grid-template-columns: 1fr 1fr;
397 - grid-gap: 34px;
398 - gap: 34px;
399 - margin-top: 24px;
286 +.form-table .switch-label:before {
287 + left: 1px;
288 + width: 34px;
289 + height: 14px;
290 + background-color: #9e9e9e;
291 + border-radius: 8px;
400 292 }
401 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui-image {
402 - cursor: pointer;
403 - border: 2px solid transparent;
404 - border-radius: 2px;
293 +.form-table .switch-label:after {
294 + left: 0;
295 + width: 20px;
296 + height: 20px;
297 + background-color: #fafafa;
298 + border-radius: 50%;
299 + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
405 300 }
406 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui-image img {
407 - border-radius: 2px;
408 - border-radius: 2px;
409 - width: 100%;
301 +.form-table .switch-label .toggle--on {
302 + display: none;
410 303 }
411 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui-image.active-ui {
412 - position: relative;
413 - border-radius: 6px;
414 - border: 4px solid #3a3ae9;
415 - border: 4px solid var(--adminify-primary);
304 +.form-table .switch-label .toggle--off {
305 + display: inline-block;
416 306 }
417 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui-image.active-ui > span {
418 - background-color: #3a3ae9;
419 - background-color: var(--adminify-primary);
420 - width: 20px;
421 - height: 20px;
422 - position: absolute;
423 - top: -10px;
424 - right: -10px;
425 - background-repeat: no-repeat;
426 - background-position: center;
427 - background-size: 10px;
428 - border-radius: 50%;
307 +.form-table .switch-input:checked + .switch-label:before {
308 + background-color: #bbdefb;
429 309 }
430 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui h2 {
431 - font-size: 14px;
432 - font-weight: 700;
433 - line-height: 24px;
434 - color: #191821;
435 - text-align: center;
436 - margin-top: 8px;
310 +.form-table .switch-input:checked + .switch-label:after {
311 + background-color: #2196f3;
312 + -ms-transform: translate(80%, -50%);
313 + -webkit-transform: translate(80%, -50%);
314 + transform: translate(80%, -50%);
437 315 }
438 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-add-logo-ui .add-logo {
439 - display: flex;
440 - gap: 24px;
441 - margin-top: 24px;
316 +.form-table .switch-input:checked + .switch-label .toggle--on {
317 + display: inline-block;
442 318 }
443 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-add-logo-ui .add-logo img {
444 - border-radius: 2px;
319 +.form-table .switch-input:checked + .switch-label .toggle--off {
320 + display: none;
445 321 }
446 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-add-logo-ui .add-logo .wp-adminify-add-logo-tab {
447 - width: 100%;
322 +.plugin-install-info {
323 + display: block;
324 + text-align: center;
325 + color: #999;
326 + line-height: 1.5em;
327 + margin-bottom: 15px;
328 + padding: 5px;
329 + border-radius: 4px;
330 + font-size: 14px;
448 331 }
449 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media {
450 - text-align: center;
332 +.plugin-install-info .plugin-install-info-list-item a {
333 + font-style: italic;
451 334 }
452 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media p {
453 - margin-top: 8px;
335 +
336 +/* Button Sets */
337 +.wp-adminify-sw-radio-group {
338 + border: 1px solid #d8d8d8;
339 + display: inline-block;
340 + border-radius: 5px;
341 + overflow: hidden;
454 342 }
455 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-share-tweet {
456 - max-width: 550px;
457 - display: flex;
458 - align-items: center;
459 - margin: auto;
460 - margin-top: 1rem;
461 - position: relative;
343 +
344 +.wp-adminify-sw-radio-group input[type="radio"] {
345 + position: absolute;
346 + visibility: hidden;
347 + display: none;
462 348 }
463 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-share-tweet > textarea {
464 - margin: 0;
465 - height: 72px;
466 - padding: 1rem;
467 - padding-right: 60px;
468 - line-height: 1.7;
349 +
350 +.wp-adminify-sw-radio-group label {
351 + color: #9a929e;
352 + display: inline-block;
353 + cursor: pointer;
354 + font-weight: bold;
355 + padding: 5px 20px;
356 + margin-right: -4px;
469 357 }
470 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-share-tweet .dashicons-twitter {
471 - position: absolute;
472 - top: 0;
473 - bottom: 0;
474 - right: 0;
475 - color: white;
476 - background: #3a3ae9;
477 - background: var(--adminify-primary);
478 - height: 100%;
479 - padding: 0 12px;
480 - display: flex;
481 - align-items: center;
482 - justify-content: center;
483 - border-top-right-radius: 2px;
484 - border-bottom-right-radius: 2px;
485 - cursor: pointer;
358 +
359 +.wp-adminify-sw-radio-group input[type="radio"]:checked + label {
360 + color: #fff;
361 + background: #0347ff;
486 362 }
487 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media {
488 - margin-top: 24px;
489 - position: relative;
490 -}
491 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media > img {
492 - width: 75%;
493 -}
494 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-media-play {
495 - position: absolute;
496 - top: 50%;
497 - left: 50%;
498 - transform: translateX(-50%) translateY(-50%);
499 -}
500 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-media-play::before {
501 - position: absolute;
502 - content: "";
503 - top: 50%;
504 - left: 50%;
505 - transform: translateX(-50%) translateY(-50%);
506 - width: 192px;
507 - height: 192px;
508 - background: rgba(0, 0, 0, 0.6);
509 - z-index: -1;
510 - border-radius: 50%;
511 - backdrop-filter: blur(45px);
512 -}
513 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-media-play button {
514 - width: 80px;
515 - height: 80px;
516 - display: flex;
517 - align-items: center;
518 - justify-content: center;
519 - border: none;
520 - border-radius: 50%;
521 - cursor: pointer;
522 -}
523 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-media-play button svg {
524 - margin-left: 4px;
525 -}
526 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-container {
527 - position: fixed;
528 - z-index: 9999;
529 - width: 60%;
530 - left: 50%;
531 - top: 20%;
532 - margin-left: -30%;
533 - background-color: #fff;
534 -}
535 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-close {
536 - cursor: pointer;
537 - position: fixed;
538 - right: 10px;
539 - top: 10px;
540 - z-index: 9999;
541 - font-size: 32px;
542 - color: #fff;
543 -}
544 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-iframe-container {
545 - position: absolute;
546 - z-index: 997;
547 - width: 100%;
548 - padding-bottom: 56.25%;
549 - border: 2px solid #000;
550 - border-radius: 2px;
551 - background-color: #000;
552 -}
553 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-iframe {
554 - z-index: 999;
555 - position: absolute;
556 - width: 100%;
557 - height: 100%;
558 - left: 0;
559 - top: 0;
560 - background-color: #000;
561 -}
562 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-overlay {
563 - position: fixed;
564 - z-index: 9999;
565 - top: 0;
566 - left: 0;
567 - background-color: #000;
568 - opacity: 0.6;
569 - width: 100%;
570 - height: 100%;
571 -}
572 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-close:hover {
573 - color: #f04438;
574 -}
575 -.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .wp-adminify-multi-step-action {
576 - justify-content: center;
577 -}
578 -.wp-adminify-setup-wizard-wrapper .wp-adminify-return-dashboard {
579 - margin-top: 24px;
580 - font-size: 14px;
581 - color: #736e91;
582 - text-align: center;
583 - display: block;
584 - -webkit-text-decoration: underline;
585 - text-decoration: underline;
363 +
364 +.wp-adminify-sw-radio-group label + input[type="radio"] + label {
365 + border-left: 1px solid #d8d8d8;
586 366 }