| 1 |
/*!******************************************************************************************************************************************************************************************************************************************************!*\ |
| 2 |
!*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.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??clonedRuleSet-3.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./dev/admin/modules/setup-wizard/index.scss (1) ***! |
| 7 |
\**********************************************************************************************************************************************************************************************************************************************************/ |
| 8 |
.wp-adminify-multi-step-wrapper { |
| 9 |
width: 100%; |
| 10 |
} |
| 11 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-logo { |
| 12 |
display: flex; |
| 13 |
justify-content: center; |
| 14 |
} |
| 15 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step { |
| 16 |
position: relative; |
| 17 |
display: grid; |
| 18 |
grid-template-columns: repeat(3, 1fr); |
| 19 |
margin-top: 24px; |
| 20 |
} |
| 21 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step { |
| 22 |
position: relative; |
| 23 |
font-size: 14px; |
| 24 |
font-weight: 600; |
| 25 |
line-height: 24px; |
| 26 |
color: #5a5676; |
| 27 |
text-align: center; |
| 28 |
} |
| 29 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step::after { |
| 30 |
position: absolute; |
| 31 |
content: ""; |
| 32 |
top: 36px; |
| 33 |
left: 50%; |
| 34 |
width: 12px; |
| 35 |
height: 12px; |
| 36 |
border: 2px solid #dedee7; |
| 37 |
border-radius: 50px; |
| 38 |
background-color: #eaeaf0; |
| 39 |
z-index: 9999; |
| 40 |
transform: translate(-50%, -50%); |
| 41 |
} |
| 42 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step::before { |
| 43 |
position: absolute; |
| 44 |
content: ""; |
| 45 |
top: 36px; |
| 46 |
left: 0; |
| 47 |
width: 0%; |
| 48 |
height: 2px; |
| 49 |
z-index: 999; |
| 50 |
border-radius: 2px; |
| 51 |
background-color: #3a3ae9; |
| 52 |
background-color: var(--adminify-primary); |
| 53 |
transition: all 0.3s; |
| 54 |
} |
| 55 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step.active { |
| 56 |
color: #3a3ae9; |
| 57 |
color: var(--adminify-primary); |
| 58 |
} |
| 59 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step.active::before { |
| 60 |
width: 100%; |
| 61 |
} |
| 62 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step .wp-adminify-step.active::after { |
| 63 |
border: 2px solid #3a3ae9; |
| 64 |
border: 2px solid var(--adminify-primary); |
| 65 |
} |
| 66 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step::after { |
| 67 |
position: absolute; |
| 68 |
content: ""; |
| 69 |
left: 0; |
| 70 |
top: 36px; |
| 71 |
width: 100%; |
| 72 |
height: 2px; |
| 73 |
border-radius: 2px; |
| 74 |
background-color: #dedee7; |
| 75 |
} |
| 76 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action { |
| 77 |
display: flex; |
| 78 |
-moz-column-gap: 16px; |
| 79 |
column-gap: 16px; |
| 80 |
justify-content: end; |
| 81 |
align-items: center; |
| 82 |
margin-top: 24px; |
| 83 |
} |
| 84 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action button, |
| 85 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action a { |
| 86 |
font-size: 13px; |
| 87 |
font-weight: 700; |
| 88 |
line-height: 20px; |
| 89 |
letter-spacing: 0.5px; |
| 90 |
color: #191821; |
| 91 |
padding: 10px 20px; |
| 92 |
border-radius: 2px; |
| 93 |
border: 1px solid transparent; |
| 94 |
cursor: pointer; |
| 95 |
} |
| 96 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action a.right-arrow { |
| 97 |
display: flex; |
| 98 |
-moz-column-gap: 4px; |
| 99 |
column-gap: 4px; |
| 100 |
align-items: center; |
| 101 |
padding: 0; |
| 102 |
} |
| 103 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action .wp-adminify-bg-secondary { |
| 104 |
border-color: #dedee7; |
| 105 |
background-color: #dedee7; |
| 106 |
} |
| 107 |
.wp-adminify-multi-step-wrapper .wp-adminify-multi-step-action .wp-adminify-bg-primary { |
| 108 |
color: #fff; |
| 109 |
border-color: #3a3ae9; |
| 110 |
border-color: var(--adminify-primary); |
| 111 |
background-color: #3a3ae9; |
| 112 |
background-color: var(--adminify-primary); |
| 113 |
} |
| 114 |
|
| 115 |
.wp-adminify-file-uploader { |
| 116 |
display: flex; |
| 117 |
justify-content: center; |
| 118 |
align-items: center; |
| 119 |
height: 244px; |
| 120 |
margin-top: 24px; |
| 121 |
border-radius: 2px; |
| 122 |
border: 2px dashed #dedee7; |
| 123 |
position: relative; |
| 124 |
} |
| 125 |
.wp-adminify-file-uploader > img { |
| 126 |
max-width: 200px; |
| 127 |
max-height: 200px; |
| 128 |
} |
| 129 |
.wp-adminify-file-uploader .wp-adminify-file-close { |
| 130 |
background: #f04438; |
| 131 |
position: absolute; |
| 132 |
top: -8px; |
| 133 |
right: -8px; |
| 134 |
border-radius: 50%; |
| 135 |
display: flex; |
| 136 |
align-items: center; |
| 137 |
justify-content: center; |
| 138 |
width: 20px; |
| 139 |
height: 20px; |
| 140 |
cursor: pointer; |
| 141 |
} |
| 142 |
.wp-adminify-file-uploader > button { |
| 143 |
display: flex; |
| 144 |
align-items: center; |
| 145 |
justify-content: center; |
| 146 |
flex-direction: column; |
| 147 |
font-size: 14px; |
| 148 |
font-weight: 600; |
| 149 |
line-height: 24px; |
| 150 |
color: #191821; |
| 151 |
background: none; |
| 152 |
border: none; |
| 153 |
border-radius: 2px; |
| 154 |
width: 100%; |
| 155 |
height: 100%; |
| 156 |
cursor: pointer; |
| 157 |
transition: all 0.3s; |
| 158 |
} |
| 159 |
.wp-adminify-file-uploader > button :last-child { |
| 160 |
margin-top: 8px; |
| 161 |
} |
| 162 |
.wp-adminify-file-uploader > button.adminify-img-draging { |
| 163 |
filter: alpha(opacity=60); |
| 164 |
color: #3a3ae9; |
| 165 |
color: var(--adminify-primary); |
| 166 |
} |
| 167 |
.wp-adminify-file-uploader > button.adminify-img-draging svg > path { |
| 168 |
fill: #3a3ae9; |
| 169 |
fill: var(--adminify-primary); |
| 170 |
} |
| 171 |
.wp-adminify-file-uploader > button > input { |
| 172 |
visibility: hidden; |
| 173 |
position: absolute; |
| 174 |
} |
| 175 |
.wp-adminify-file-uploader:has(.adminify-img-draging) { |
| 176 |
border-color: #3a3ae9; |
| 177 |
border-color: var(--adminify-primary); |
| 178 |
} |
| 179 |
|
| 180 |
.wp-adminify-tabs-wrapper ul { |
| 181 |
display: flex; |
| 182 |
align-items: center; |
| 183 |
border-radius: 2px; |
| 184 |
padding: 4px; |
| 185 |
background-color: #dedee7; |
| 186 |
} |
| 187 |
.wp-adminify-tabs-wrapper ul li { |
| 188 |
display: flex; |
| 189 |
align-items: center; |
| 190 |
justify-content: center; |
| 191 |
padding: 8px 0; |
| 192 |
flex-grow: 1; |
| 193 |
font-size: 14px; |
| 194 |
font-weight: 400; |
| 195 |
line-height: 22px; |
| 196 |
color: #5a5676; |
| 197 |
cursor: pointer; |
| 198 |
} |
| 199 |
.wp-adminify-tabs-wrapper ul li.active { |
| 200 |
color: #191821; |
| 201 |
font-weight: 700; |
| 202 |
border-radius: 2px; |
| 203 |
background-color: #fff; |
| 204 |
} |
| 205 |
|
| 206 |
:root { |
| 207 |
--adminify-primary: #3a3ae9; |
| 208 |
} |
| 209 |
|
| 210 |
body { |
| 211 |
background-color: #eaeaf0; |
| 212 |
border: none; |
| 213 |
color: inherit; |
| 214 |
margin: 0; |
| 215 |
margin: initial; |
| 216 |
padding: 0; |
| 217 |
padding: initial; |
| 218 |
max-width: none; |
| 219 |
box-shadow: none; |
| 220 |
} |
| 221 |
body h1, |
| 222 |
body h2, |
| 223 |
body h3, |
| 224 |
body h4, |
| 225 |
body h5, |
| 226 |
body h6 { |
| 227 |
margin: 0; |
| 228 |
} |
| 229 |
body p { |
| 230 |
margin: 0; |
| 231 |
} |
| 232 |
body ul { |
| 233 |
margin: 0; |
| 234 |
padding: 0; |
| 235 |
list-style: none; |
| 236 |
} |
| 237 |
body a { |
| 238 |
-webkit-text-decoration: none; |
| 239 |
text-decoration: none; |
| 240 |
} |
| 241 |
body input, |
| 242 |
body textarea { |
| 243 |
outline: none; |
| 244 |
border: 1px solid #dedee7; |
| 245 |
border-radius: 2px; |
| 246 |
width: 100%; |
| 247 |
margin-top: 1rem; |
| 248 |
padding: 8px; |
| 249 |
} |
| 250 |
body input::-moz-placeholder, body textarea::-moz-placeholder { |
| 251 |
color: #8c89a9; |
| 252 |
} |
| 253 |
body input::placeholder, |
| 254 |
body textarea::placeholder { |
| 255 |
color: #8c89a9; |
| 256 |
} |
| 257 |
body input:focus, |
| 258 |
body textarea:focus { |
| 259 |
border-color: #3a3ae9 !important; |
| 260 |
border-color: var(--adminify-primary) !important; |
| 261 |
box-shadow: 0 0 0 1px #3a3ae9 !important; |
| 262 |
box-shadow: 0 0 0 1px var(--adminify-primary) !important; |
| 263 |
} |
| 264 |
body textarea { |
| 265 |
height: 244px; |
| 266 |
} |
| 267 |
body .screen-reader-text { |
| 268 |
display: none; |
| 269 |
} |
| 270 |
|
| 271 |
.wp-adminify-setup-wizard-wrapper { |
| 272 |
display: flex; |
| 273 |
justify-content: center; |
| 274 |
align-items: center; |
| 275 |
width: 960px; |
| 276 |
margin: 100px auto; |
| 277 |
font-family: "Inter", sans-serif; |
| 278 |
} |
| 279 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content { |
| 280 |
padding: 32px; |
| 281 |
margin-top: 42px; |
| 282 |
border-radius: 2px; |
| 283 |
border: 1px solid #dedee7; |
| 284 |
background-color: #fff; |
| 285 |
border-radius: 2px; |
| 286 |
} |
| 287 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content h1 { |
| 288 |
font-size: 24px; |
| 289 |
font-weight: 600; |
| 290 |
line-height: 32px; |
| 291 |
color: #191821; |
| 292 |
} |
| 293 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content p { |
| 294 |
margin-top: 24px; |
| 295 |
font-size: 14px; |
| 296 |
font-weight: 400; |
| 297 |
line-height: 24px; |
| 298 |
color: #5a5676; |
| 299 |
} |
| 300 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content textarea { |
| 301 |
height: 132px; |
| 302 |
padding: 1rem; |
| 303 |
line-height: 1.7; |
| 304 |
} |
| 305 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui { |
| 306 |
display: grid; |
| 307 |
grid-template-columns: 1fr 1fr; |
| 308 |
grid-gap: 34px; |
| 309 |
gap: 34px; |
| 310 |
margin-top: 24px; |
| 311 |
} |
| 312 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui-image { |
| 313 |
cursor: pointer; |
| 314 |
border: 2px solid transparent; |
| 315 |
border-radius: 2px; |
| 316 |
} |
| 317 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui-image img { |
| 318 |
border-radius: 2px; |
| 319 |
border-radius: 2px; |
| 320 |
width: 100%; |
| 321 |
} |
| 322 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui-image.active-ui { |
| 323 |
position: relative; |
| 324 |
border-radius: 6px; |
| 325 |
border: 4px solid #3a3ae9; |
| 326 |
border: 4px solid var(--adminify-primary); |
| 327 |
} |
| 328 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui-image.active-ui > span { |
| 329 |
background-color: #3a3ae9; |
| 330 |
background-color: var(--adminify-primary); |
| 331 |
width: 20px; |
| 332 |
height: 20px; |
| 333 |
position: absolute; |
| 334 |
top: -10px; |
| 335 |
right: -10px; |
| 336 |
background-repeat: no-repeat; |
| 337 |
background-position: center; |
| 338 |
background-size: 10px; |
| 339 |
border-radius: 50%; |
| 340 |
} |
| 341 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-choose-ui .choose-ui h2 { |
| 342 |
font-size: 14px; |
| 343 |
font-weight: 700; |
| 344 |
line-height: 24px; |
| 345 |
color: #191821; |
| 346 |
text-align: center; |
| 347 |
margin-top: 8px; |
| 348 |
} |
| 349 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-add-logo-ui .add-logo { |
| 350 |
display: flex; |
| 351 |
gap: 24px; |
| 352 |
margin-top: 24px; |
| 353 |
} |
| 354 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-add-logo-ui .add-logo img { |
| 355 |
border-radius: 2px; |
| 356 |
} |
| 357 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-add-logo-ui .add-logo .wp-adminify-add-logo-tab { |
| 358 |
width: 100%; |
| 359 |
} |
| 360 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media { |
| 361 |
text-align: center; |
| 362 |
} |
| 363 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media p { |
| 364 |
margin-top: 8px; |
| 365 |
} |
| 366 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-share-tweet { |
| 367 |
max-width: 500px; |
| 368 |
display: flex; |
| 369 |
align-items: center; |
| 370 |
margin: auto; |
| 371 |
margin-top: 1rem; |
| 372 |
position: relative; |
| 373 |
} |
| 374 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-share-tweet > textarea { |
| 375 |
margin: 0; |
| 376 |
height: 72px; |
| 377 |
padding: 1rem; |
| 378 |
padding-right: 40px; |
| 379 |
line-height: 1.7; |
| 380 |
} |
| 381 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-share-tweet .dashicons-twitter { |
| 382 |
position: absolute; |
| 383 |
top: 0; |
| 384 |
bottom: 0; |
| 385 |
right: 0; |
| 386 |
color: white; |
| 387 |
background: #3a3ae9; |
| 388 |
background: var(--adminify-primary); |
| 389 |
height: 100%; |
| 390 |
padding: 0 12px; |
| 391 |
display: flex; |
| 392 |
align-items: center; |
| 393 |
justify-content: center; |
| 394 |
border-top-right-radius: 2px; |
| 395 |
border-bottom-right-radius: 2px; |
| 396 |
cursor: pointer; |
| 397 |
} |
| 398 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media { |
| 399 |
margin-top: 24px; |
| 400 |
position: relative; |
| 401 |
} |
| 402 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media > img { |
| 403 |
width: 75%; |
| 404 |
} |
| 405 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-media-play { |
| 406 |
position: absolute; |
| 407 |
top: 50%; |
| 408 |
left: 50%; |
| 409 |
transform: translateX(-50%) translateY(-50%); |
| 410 |
} |
| 411 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-media-play::before { |
| 412 |
position: absolute; |
| 413 |
content: ""; |
| 414 |
top: 50%; |
| 415 |
left: 50%; |
| 416 |
transform: translateX(-50%) translateY(-50%); |
| 417 |
width: 192px; |
| 418 |
height: 192px; |
| 419 |
background: rgba(0, 0, 0, 0.6); |
| 420 |
z-index: -1; |
| 421 |
border-radius: 50%; |
| 422 |
-webkit-backdrop-filter: blur(45px); |
| 423 |
backdrop-filter: blur(45px); |
| 424 |
} |
| 425 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-media-play button { |
| 426 |
width: 80px; |
| 427 |
height: 80px; |
| 428 |
display: flex; |
| 429 |
align-items: center; |
| 430 |
justify-content: center; |
| 431 |
border: none; |
| 432 |
border-radius: 50%; |
| 433 |
cursor: pointer; |
| 434 |
} |
| 435 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-media-play button svg { |
| 436 |
margin-left: 4px; |
| 437 |
} |
| 438 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-container { |
| 439 |
position: fixed; |
| 440 |
z-index: 9999; |
| 441 |
width: 60%; |
| 442 |
left: 50%; |
| 443 |
top: 20%; |
| 444 |
margin-left: -30%; |
| 445 |
background-color: #fff; |
| 446 |
} |
| 447 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-close { |
| 448 |
cursor: pointer; |
| 449 |
position: fixed; |
| 450 |
right: 10px; |
| 451 |
top: 10px; |
| 452 |
z-index: 9999; |
| 453 |
font-size: 32px; |
| 454 |
color: #fff; |
| 455 |
} |
| 456 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-iframe-container { |
| 457 |
position: absolute; |
| 458 |
z-index: 997; |
| 459 |
width: 100%; |
| 460 |
padding-bottom: 56.25%; |
| 461 |
border: 2px solid #000; |
| 462 |
border-radius: 2px; |
| 463 |
background-color: #000; |
| 464 |
} |
| 465 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-iframe { |
| 466 |
z-index: 999; |
| 467 |
position: absolute; |
| 468 |
width: 100%; |
| 469 |
height: 100%; |
| 470 |
left: 0; |
| 471 |
top: 0; |
| 472 |
background-color: #000; |
| 473 |
} |
| 474 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-overlay { |
| 475 |
position: fixed; |
| 476 |
z-index: 9999; |
| 477 |
top: 0; |
| 478 |
left: 0; |
| 479 |
background-color: #000; |
| 480 |
opacity: 0.6; |
| 481 |
width: 100%; |
| 482 |
height: 100%; |
| 483 |
} |
| 484 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .adminify-ui-media .adminify-video-popup-close:hover { |
| 485 |
color: #f04438; |
| 486 |
} |
| 487 |
.wp-adminify-setup-wizard-wrapper .adminify-ui-content.adminify-ui-media .wp-adminify-multi-step-action { |
| 488 |
justify-content: center; |
| 489 |
} |
| 490 |
.wp-adminify-setup-wizard-wrapper .wp-adminify-return-dashboard { |
| 491 |
margin-top: 24px; |
| 492 |
font-size: 14px; |
| 493 |
color: #736e91; |
| 494 |
text-align: center; |
| 495 |
display: block; |
| 496 |
-webkit-text-decoration: underline; |
| 497 |
text-decoration: underline; |
| 498 |
} |
| 499 |
|