| 1 |
.flywp-settings *, |
| 2 |
.flywp-settings ::before, |
| 3 |
.flywp-settings ::after { |
| 4 |
box-sizing: border-box; |
| 5 |
border-width: 0; |
| 6 |
border-style: solid; |
| 7 |
} |
| 8 |
|
| 9 |
/* @tailwind base; */ |
| 10 |
|
| 11 |
.fw-m-0 { |
| 12 |
margin: 0px; |
| 13 |
} |
| 14 |
|
| 15 |
.fw-mx-auto { |
| 16 |
margin-left: auto; |
| 17 |
margin-right: auto; |
| 18 |
} |
| 19 |
|
| 20 |
.-fw-mb-px { |
| 21 |
margin-bottom: -1px; |
| 22 |
} |
| 23 |
|
| 24 |
.fw-mb-1 { |
| 25 |
margin-bottom: 0.25rem; |
| 26 |
} |
| 27 |
|
| 28 |
.fw-mb-2 { |
| 29 |
margin-bottom: 0.5rem; |
| 30 |
} |
| 31 |
|
| 32 |
.fw-mb-4 { |
| 33 |
margin-bottom: 1rem; |
| 34 |
} |
| 35 |
|
| 36 |
.fw-mb-6 { |
| 37 |
margin-bottom: 1.5rem; |
| 38 |
} |
| 39 |
|
| 40 |
.fw-mb-8 { |
| 41 |
margin-bottom: 2rem; |
| 42 |
} |
| 43 |
|
| 44 |
.fw-mr-2 { |
| 45 |
margin-right: 0.5rem; |
| 46 |
} |
| 47 |
|
| 48 |
.fw-mt-0 { |
| 49 |
margin-top: 0px; |
| 50 |
} |
| 51 |
|
| 52 |
.fw-mt-1 { |
| 53 |
margin-top: 0.25rem; |
| 54 |
} |
| 55 |
|
| 56 |
.fw-mt-2 { |
| 57 |
margin-top: 0.5rem; |
| 58 |
} |
| 59 |
|
| 60 |
.fw-mt-5 { |
| 61 |
margin-top: 1.25rem; |
| 62 |
} |
| 63 |
|
| 64 |
.fw-mb-3 { |
| 65 |
margin-bottom: 0.75rem; |
| 66 |
} |
| 67 |
|
| 68 |
.fw-mr-3 { |
| 69 |
margin-right: 0.75rem; |
| 70 |
} |
| 71 |
|
| 72 |
.fw-block { |
| 73 |
display: block; |
| 74 |
} |
| 75 |
|
| 76 |
.fw-inline-block { |
| 77 |
display: inline-block; |
| 78 |
} |
| 79 |
|
| 80 |
.fw-flex { |
| 81 |
display: flex; |
| 82 |
} |
| 83 |
|
| 84 |
.fw-hidden { |
| 85 |
display: none; |
| 86 |
} |
| 87 |
|
| 88 |
.fw-h-11 { |
| 89 |
height: 2.75rem; |
| 90 |
} |
| 91 |
|
| 92 |
.fw-w-9 { |
| 93 |
width: 2.25rem; |
| 94 |
} |
| 95 |
|
| 96 |
.fw-w-full { |
| 97 |
width: 100%; |
| 98 |
} |
| 99 |
|
| 100 |
.fw-w-10 { |
| 101 |
width: 2.5rem; |
| 102 |
} |
| 103 |
|
| 104 |
.fw-w-12 { |
| 105 |
width: 3rem; |
| 106 |
} |
| 107 |
|
| 108 |
.fw-max-w-xl { |
| 109 |
max-width: 36rem; |
| 110 |
} |
| 111 |
|
| 112 |
.fw-flex-1 { |
| 113 |
flex: 1 1 0%; |
| 114 |
} |
| 115 |
|
| 116 |
.fw-items-center { |
| 117 |
align-items: center; |
| 118 |
} |
| 119 |
|
| 120 |
.fw-justify-between { |
| 121 |
justify-content: space-between; |
| 122 |
} |
| 123 |
|
| 124 |
.fw-gap-2 { |
| 125 |
gap: 0.5rem; |
| 126 |
} |
| 127 |
|
| 128 |
.fw-gap-3 { |
| 129 |
gap: 0.75rem; |
| 130 |
} |
| 131 |
|
| 132 |
.fw-space-y-8 > :not([hidden]) ~ :not([hidden]) { |
| 133 |
--tw-space-y-reverse: 0; |
| 134 |
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); |
| 135 |
margin-bottom: calc(2rem * var(--tw-space-y-reverse)); |
| 136 |
} |
| 137 |
|
| 138 |
.fw-rounded { |
| 139 |
border-radius: 0.25rem; |
| 140 |
} |
| 141 |
|
| 142 |
.fw-rounded-md { |
| 143 |
border-radius: 0.375rem; |
| 144 |
} |
| 145 |
|
| 146 |
.fw-rounded-bl { |
| 147 |
border-bottom-left-radius: 0.25rem; |
| 148 |
} |
| 149 |
|
| 150 |
.fw-rounded-br { |
| 151 |
border-bottom-right-radius: 0.25rem; |
| 152 |
} |
| 153 |
|
| 154 |
.fw-border { |
| 155 |
border-width: 1px; |
| 156 |
} |
| 157 |
|
| 158 |
.fw-border-b { |
| 159 |
border-bottom-width: 1px; |
| 160 |
} |
| 161 |
|
| 162 |
.fw-border-b-2 { |
| 163 |
border-bottom-width: 2px; |
| 164 |
} |
| 165 |
|
| 166 |
.fw-border-t { |
| 167 |
border-top-width: 1px; |
| 168 |
} |
| 169 |
|
| 170 |
.fw-border-solid { |
| 171 |
border-style: solid; |
| 172 |
} |
| 173 |
|
| 174 |
.fw-border-gray-200 { |
| 175 |
--tw-border-opacity: 1; |
| 176 |
border-color: rgb(229 231 235 / var(--tw-border-opacity)); |
| 177 |
} |
| 178 |
|
| 179 |
.fw-border-indigo-200 { |
| 180 |
--tw-border-opacity: 1; |
| 181 |
border-color: rgb(199 210 254 / var(--tw-border-opacity)); |
| 182 |
} |
| 183 |
|
| 184 |
.fw-border-indigo-500 { |
| 185 |
--tw-border-opacity: 1; |
| 186 |
border-color: rgb(99 102 241 / var(--tw-border-opacity)); |
| 187 |
} |
| 188 |
|
| 189 |
.\!fw-bg-indigo-600 { |
| 190 |
--tw-bg-opacity: 1 !important; |
| 191 |
background-color: rgb(79 70 229 / var(--tw-bg-opacity)) !important; |
| 192 |
} |
| 193 |
|
| 194 |
.fw-bg-gray-100 { |
| 195 |
--tw-bg-opacity: 1; |
| 196 |
background-color: rgb(243 244 246 / var(--tw-bg-opacity)); |
| 197 |
} |
| 198 |
|
| 199 |
.fw-bg-gray-50 { |
| 200 |
--tw-bg-opacity: 1; |
| 201 |
background-color: rgb(249 250 251 / var(--tw-bg-opacity)); |
| 202 |
} |
| 203 |
|
| 204 |
.fw-bg-green-200 { |
| 205 |
--tw-bg-opacity: 1; |
| 206 |
background-color: rgb(187 247 208 / var(--tw-bg-opacity)); |
| 207 |
} |
| 208 |
|
| 209 |
.fw-bg-indigo-100 { |
| 210 |
--tw-bg-opacity: 1; |
| 211 |
background-color: rgb(224 231 255 / var(--tw-bg-opacity)); |
| 212 |
} |
| 213 |
|
| 214 |
.fw-bg-red-200 { |
| 215 |
--tw-bg-opacity: 1; |
| 216 |
background-color: rgb(254 202 202 / var(--tw-bg-opacity)); |
| 217 |
} |
| 218 |
|
| 219 |
.fw-bg-white { |
| 220 |
--tw-bg-opacity: 1; |
| 221 |
background-color: rgb(255 255 255 / var(--tw-bg-opacity)); |
| 222 |
} |
| 223 |
|
| 224 |
.fw-p-4 { |
| 225 |
padding: 1rem; |
| 226 |
} |
| 227 |
|
| 228 |
.fw-p-0 { |
| 229 |
padding: 0px; |
| 230 |
} |
| 231 |
|
| 232 |
.fw-px-3 { |
| 233 |
padding-left: 0.75rem; |
| 234 |
padding-right: 0.75rem; |
| 235 |
} |
| 236 |
|
| 237 |
.fw-px-4 { |
| 238 |
padding-left: 1rem; |
| 239 |
padding-right: 1rem; |
| 240 |
} |
| 241 |
|
| 242 |
.fw-px-6 { |
| 243 |
padding-left: 1.5rem; |
| 244 |
padding-right: 1.5rem; |
| 245 |
} |
| 246 |
|
| 247 |
.fw-py-1 { |
| 248 |
padding-top: 0.25rem; |
| 249 |
padding-bottom: 0.25rem; |
| 250 |
} |
| 251 |
|
| 252 |
.fw-py-2 { |
| 253 |
padding-top: 0.5rem; |
| 254 |
padding-bottom: 0.5rem; |
| 255 |
} |
| 256 |
|
| 257 |
.fw-py-3 { |
| 258 |
padding-top: 0.75rem; |
| 259 |
padding-bottom: 0.75rem; |
| 260 |
} |
| 261 |
|
| 262 |
.fw-py-4 { |
| 263 |
padding-top: 1rem; |
| 264 |
padding-bottom: 1rem; |
| 265 |
} |
| 266 |
|
| 267 |
.fw-pb-3 { |
| 268 |
padding-bottom: 0.75rem; |
| 269 |
} |
| 270 |
|
| 271 |
.fw-pt-4 { |
| 272 |
padding-top: 1rem; |
| 273 |
} |
| 274 |
|
| 275 |
.fw-pb-4 { |
| 276 |
padding-bottom: 1rem; |
| 277 |
} |
| 278 |
|
| 279 |
.fw-text-center { |
| 280 |
text-align: center; |
| 281 |
} |
| 282 |
|
| 283 |
.fw-text-right { |
| 284 |
text-align: right; |
| 285 |
} |
| 286 |
|
| 287 |
.fw-text-2xl { |
| 288 |
font-size: 1.5rem; |
| 289 |
line-height: 2rem; |
| 290 |
} |
| 291 |
|
| 292 |
.fw-text-lg { |
| 293 |
font-size: 1.125rem; |
| 294 |
line-height: 1.75rem; |
| 295 |
} |
| 296 |
|
| 297 |
.fw-text-sm { |
| 298 |
font-size: 0.875rem; |
| 299 |
line-height: 1.25rem; |
| 300 |
} |
| 301 |
|
| 302 |
.fw-text-base { |
| 303 |
font-size: 1rem; |
| 304 |
line-height: 1.5rem; |
| 305 |
} |
| 306 |
|
| 307 |
.fw-font-medium { |
| 308 |
font-weight: 500; |
| 309 |
} |
| 310 |
|
| 311 |
.fw-font-semibold { |
| 312 |
font-weight: 600; |
| 313 |
} |
| 314 |
|
| 315 |
.fw-leading-6 { |
| 316 |
line-height: 1.5rem; |
| 317 |
} |
| 318 |
|
| 319 |
.fw-text-gray-400 { |
| 320 |
--tw-text-opacity: 1; |
| 321 |
color: rgb(156 163 175 / var(--tw-text-opacity)); |
| 322 |
} |
| 323 |
|
| 324 |
.fw-text-gray-500 { |
| 325 |
--tw-text-opacity: 1; |
| 326 |
color: rgb(107 114 128 / var(--tw-text-opacity)); |
| 327 |
} |
| 328 |
|
| 329 |
.fw-text-gray-600 { |
| 330 |
--tw-text-opacity: 1; |
| 331 |
color: rgb(75 85 99 / var(--tw-text-opacity)); |
| 332 |
} |
| 333 |
|
| 334 |
.fw-text-gray-700 { |
| 335 |
--tw-text-opacity: 1; |
| 336 |
color: rgb(55 65 81 / var(--tw-text-opacity)); |
| 337 |
} |
| 338 |
|
| 339 |
.fw-text-gray-800 { |
| 340 |
--tw-text-opacity: 1; |
| 341 |
color: rgb(31 41 55 / var(--tw-text-opacity)); |
| 342 |
} |
| 343 |
|
| 344 |
.fw-text-gray-900 { |
| 345 |
--tw-text-opacity: 1; |
| 346 |
color: rgb(17 24 39 / var(--tw-text-opacity)); |
| 347 |
} |
| 348 |
|
| 349 |
.fw-text-green-600 { |
| 350 |
--tw-text-opacity: 1; |
| 351 |
color: rgb(22 163 74 / var(--tw-text-opacity)); |
| 352 |
} |
| 353 |
|
| 354 |
.fw-text-green-800 { |
| 355 |
--tw-text-opacity: 1; |
| 356 |
color: rgb(22 101 52 / var(--tw-text-opacity)); |
| 357 |
} |
| 358 |
|
| 359 |
.fw-text-indigo-600 { |
| 360 |
--tw-text-opacity: 1; |
| 361 |
color: rgb(79 70 229 / var(--tw-text-opacity)); |
| 362 |
} |
| 363 |
|
| 364 |
.fw-text-indigo-900 { |
| 365 |
--tw-text-opacity: 1; |
| 366 |
color: rgb(49 46 129 / var(--tw-text-opacity)); |
| 367 |
} |
| 368 |
|
| 369 |
.fw-text-red-800 { |
| 370 |
--tw-text-opacity: 1; |
| 371 |
color: rgb(153 27 27 / var(--tw-text-opacity)); |
| 372 |
} |
| 373 |
|
| 374 |
.fw-no-underline { |
| 375 |
text-decoration-line: none; |
| 376 |
} |
| 377 |
|
| 378 |
.fw-shadow { |
| 379 |
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); |
| 380 |
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); |
| 381 |
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 382 |
} |
| 383 |
|
| 384 |
.fw-shadow-sm { |
| 385 |
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); |
| 386 |
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); |
| 387 |
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 388 |
} |
| 389 |
|
| 390 |
.fw-outline-none { |
| 391 |
outline: 2px solid transparent; |
| 392 |
outline-offset: 2px; |
| 393 |
} |
| 394 |
|
| 395 |
body.dashboard_page_flywp #wpcontent { |
| 396 |
padding-left: 0; |
| 397 |
} |
| 398 |
|
| 399 |
.fw-switch-input { |
| 400 |
height: 0; |
| 401 |
width: 0; |
| 402 |
visibility: hidden; |
| 403 |
} |
| 404 |
|
| 405 |
.fw-switch { |
| 406 |
cursor: pointer; |
| 407 |
display: inline-block; |
| 408 |
position: relative; |
| 409 |
width: 36px; |
| 410 |
/* Width of the switch */ |
| 411 |
height: 18px; |
| 412 |
/* Height of the switch */ |
| 413 |
} |
| 414 |
|
| 415 |
.fw-switch-toggle { |
| 416 |
position: absolute; |
| 417 |
top: 0; |
| 418 |
left: 0; |
| 419 |
right: 0; |
| 420 |
bottom: 0; |
| 421 |
background-color: #ccc; |
| 422 |
border-radius: 18px; |
| 423 |
transition: 0.2s; |
| 424 |
} |
| 425 |
|
| 426 |
.fw-switch-toggle:before { |
| 427 |
position: absolute; |
| 428 |
content: ""; |
| 429 |
height: 14px; |
| 430 |
width: 14px; |
| 431 |
left: 2px; |
| 432 |
bottom: 2px; |
| 433 |
background-color: white; |
| 434 |
transition: 0.2s; |
| 435 |
border-radius: 50%; |
| 436 |
} |
| 437 |
|
| 438 |
.fw-switch-input:checked+.fw-switch-toggle { |
| 439 |
background-color: #4f46e5; |
| 440 |
} |
| 441 |
|
| 442 |
.fw-switch-input:checked+.fw-switch-toggle:before { |
| 443 |
transform: translateX(18px); |
| 444 |
} |
| 445 |
|
| 446 |
.hover\:\!fw-bg-indigo-700:hover { |
| 447 |
--tw-bg-opacity: 1 !important; |
| 448 |
background-color: rgb(67 56 202 / var(--tw-bg-opacity)) !important; |
| 449 |
} |
| 450 |
|
| 451 |
.focus\:fw-border-indigo-500:focus { |
| 452 |
--tw-border-opacity: 1; |
| 453 |
border-color: rgb(99 102 241 / var(--tw-border-opacity)); |
| 454 |
} |
| 455 |
|
| 456 |
.focus\:fw-outline-none:focus { |
| 457 |
outline: 2px solid transparent; |
| 458 |
outline-offset: 2px; |
| 459 |
} |
| 460 |
|
| 461 |
.focus\:fw-ring-indigo-500:focus { |
| 462 |
--tw-ring-opacity: 1; |
| 463 |
--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)); |
| 464 |
} |
| 465 |
|
| 466 |
@media (min-width: 640px) { |
| 467 |
.sm\:fw-mb-0 { |
| 468 |
margin-bottom: 0px; |
| 469 |
} |
| 470 |
|
| 471 |
.sm\:fw-w-1\/3 { |
| 472 |
width: 33.333333%; |
| 473 |
} |
| 474 |
|
| 475 |
.sm\:fw-w-2\/3 { |
| 476 |
width: 66.666667%; |
| 477 |
} |
| 478 |
|
| 479 |
.sm\:fw-w-32 { |
| 480 |
width: 8rem; |
| 481 |
} |
| 482 |
|
| 483 |
.sm\:fw-flex-none { |
| 484 |
flex: none; |
| 485 |
} |
| 486 |
|
| 487 |
.sm\:fw-justify-normal { |
| 488 |
justify-content: normal; |
| 489 |
} |
| 490 |
|
| 491 |
.sm\:fw-px-0 { |
| 492 |
padding-left: 0px; |
| 493 |
padding-right: 0px; |
| 494 |
} |
| 495 |
|
| 496 |
.sm\:fw-pr-6 { |
| 497 |
padding-right: 1.5rem; |
| 498 |
} |
| 499 |
|
| 500 |
.sm\:fw-text-right { |
| 501 |
text-align: right; |
| 502 |
} |
| 503 |
|
| 504 |
.sm\:fw-text-sm { |
| 505 |
font-size: 0.875rem; |
| 506 |
line-height: 1.25rem; |
| 507 |
} |
| 508 |
} |
| 509 |
|
| 510 |
@media (min-width: 768px) { |
| 511 |
.md\:fw-flex { |
| 512 |
display: flex; |
| 513 |
} |
| 514 |
|
| 515 |
.md\:fw-w-1\/3 { |
| 516 |
width: 33.333333%; |
| 517 |
} |
| 518 |
|
| 519 |
.md\:fw-w-2\/3 { |
| 520 |
width: 66.666667%; |
| 521 |
} |
| 522 |
|
| 523 |
.md\:fw-text-right { |
| 524 |
text-align: right; |
| 525 |
} |
| 526 |
} |