| @@ -16,17 +16,10 @@ | ||
| 16 | 16 | margin-left: auto; |
| 17 | 17 | margin-right: auto; |
| 18 | 18 | } |
| 19 | 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 { | |
| 20 | +.fw-my-2 { | |
| 21 | + margin-top: 0.5rem; | |
| 29 | 22 | margin-bottom: 0.5rem; |
| 30 | 23 | } |
| 31 | 24 | |
| 32 | 25 | .fw-mb-4 { |
| @@ -40,12 +33,8 @@ | ||
| 40 | 33 | .fw-mb-8 { |
| 41 | 34 | margin-bottom: 2rem; |
| 42 | 35 | } |
| 43 | 36 | |
| 44 | -.fw-mr-2 { | |
| 45 | - margin-right: 0.5rem; | |
| 46 | -} | |
| 47 | - | |
| 48 | 37 | .fw-mt-0 { |
| 49 | 38 | margin-top: 0px; |
| 50 | 39 | } |
| 51 | 40 | |
| @@ -60,24 +49,12 @@ | ||
| 60 | 49 | .fw-mt-5 { |
| 61 | 50 | margin-top: 1.25rem; |
| 62 | 51 | } |
| 63 | 52 | |
| 64 | -.fw-mb-3 { | |
| 65 | - margin-bottom: 0.75rem; | |
| 66 | -} | |
| 67 | - | |
| 68 | -.fw-mr-3 { | |
| 69 | - margin-right: 0.75rem; | |
| 70 | -} | |
| 71 | - | |
| 72 | 53 | .fw-block { |
| 73 | 54 | display: block; |
| 74 | 55 | } |
| 75 | 56 | |
| 76 | -.fw-inline-block { | |
| 77 | - display: inline-block; | |
| 78 | -} | |
| 79 | - | |
| 80 | 57 | .fw-flex { |
| 81 | 58 | display: flex; |
| 82 | 59 | } |
| 83 | 60 | |
| @@ -84,14 +61,14 @@ | ||
| 84 | 61 | .fw-hidden { |
| 85 | 62 | display: none; |
| 86 | 63 | } |
| 87 | 64 | |
| 88 | -.fw-h-11 { | |
| 89 | - height: 2.75rem; | |
| 65 | +.fw-w-1\/3 { | |
| 66 | + width: 33.333333%; | |
| 90 | 67 | } |
| 91 | 68 | |
| 92 | -.fw-w-9 { | |
| 93 | - width: 2.25rem; | |
| 69 | +.fw-w-2\/3 { | |
| 70 | + width: 66.666667%; | |
| 94 | 71 | } |
| 95 | 72 | |
| 96 | 73 | .fw-w-full { |
| 97 | 74 | width: 100%; |
| @@ -96,16 +73,8 @@ | ||
| 96 | 73 | .fw-w-full { |
| 97 | 74 | width: 100%; |
| 98 | 75 | } |
| 99 | 76 | |
| 100 | -.fw-w-10 { | |
| 101 | - width: 2.5rem; | |
| 102 | -} | |
| 103 | - | |
| 104 | -.fw-w-12 { | |
| 105 | - width: 3rem; | |
| 106 | -} | |
| 107 | - | |
| 108 | 77 | .fw-max-w-xl { |
| 109 | 78 | max-width: 36rem; |
| 110 | 79 | } |
| 111 | 80 | |
| @@ -120,20 +89,16 @@ | ||
| 120 | 89 | .fw-justify-between { |
| 121 | 90 | justify-content: space-between; |
| 122 | 91 | } |
| 123 | 92 | |
| 124 | -.fw-gap-2 { | |
| 125 | - gap: 0.5rem; | |
| 126 | -} | |
| 127 | - | |
| 128 | 93 | .fw-gap-3 { |
| 129 | 94 | gap: 0.75rem; |
| 130 | 95 | } |
| 131 | 96 | |
| 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)); | |
| 97 | +.fw-space-x-2 > :not([hidden]) ~ :not([hidden]) { | |
| 98 | + --tw-space-x-reverse: 0; | |
| 99 | + margin-right: calc(0.5rem * var(--tw-space-x-reverse)); | |
| 100 | + margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); | |
| 136 | 101 | } |
| 137 | 102 | |
| 138 | 103 | .fw-rounded { |
| 139 | 104 | border-radius: 0.25rem; |
| @@ -138,12 +103,8 @@ | ||
| 138 | 103 | .fw-rounded { |
| 139 | 104 | border-radius: 0.25rem; |
| 140 | 105 | } |
| 141 | 106 | |
| 142 | -.fw-rounded-md { | |
| 143 | - border-radius: 0.375rem; | |
| 144 | -} | |
| 145 | - | |
| 146 | 107 | .fw-rounded-bl { |
| 147 | 108 | border-bottom-left-radius: 0.25rem; |
| 148 | 109 | } |
| 149 | 110 | |
| @@ -150,20 +111,12 @@ | ||
| 150 | 111 | .fw-rounded-br { |
| 151 | 112 | border-bottom-right-radius: 0.25rem; |
| 152 | 113 | } |
| 153 | 114 | |
| 154 | -.fw-border { | |
| 155 | - border-width: 1px; | |
| 156 | -} | |
| 157 | - | |
| 158 | 115 | .fw-border-b { |
| 159 | 116 | border-bottom-width: 1px; |
| 160 | 117 | } |
| 161 | 118 | |
| 162 | -.fw-border-b-2 { | |
| 163 | - border-bottom-width: 2px; | |
| 164 | -} | |
| 165 | - | |
| 166 | 119 | .fw-border-t { |
| 167 | 120 | border-top-width: 1px; |
| 168 | 121 | } |
| 169 | 122 | |
| @@ -175,48 +128,18 @@ | ||
| 175 | 128 | --tw-border-opacity: 1; |
| 176 | 129 | border-color: rgb(229 231 235 / var(--tw-border-opacity)); |
| 177 | 130 | } |
| 178 | 131 | |
| 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 | 132 | .fw-bg-gray-100 { |
| 195 | 133 | --tw-bg-opacity: 1; |
| 196 | 134 | background-color: rgb(243 244 246 / var(--tw-bg-opacity)); |
| 197 | 135 | } |
| 198 | 136 | |
| 199 | -.fw-bg-gray-50 { | |
| 200 | - --tw-bg-opacity: 1; | |
| 201 | - background-color: rgb(249 250 251 / var(--tw-bg-opacity)); | |
| 202 | -} | |
| 203 | - | |
| 204 | 137 | .fw-bg-green-200 { |
| 205 | 138 | --tw-bg-opacity: 1; |
| 206 | 139 | background-color: rgb(187 247 208 / var(--tw-bg-opacity)); |
| 207 | 140 | } |
| 208 | 141 | |
| 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 | 142 | .fw-bg-white { |
| 220 | 143 | --tw-bg-opacity: 1; |
| 221 | 144 | background-color: rgb(255 255 255 / var(--tw-bg-opacity)); |
| 222 | 145 | } |
| @@ -224,37 +147,18 @@ | ||
| 224 | 147 | .fw-p-4 { |
| 225 | 148 | padding: 1rem; |
| 226 | 149 | } |
| 227 | 150 | |
| 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 | 151 | .fw-px-4 { |
| 238 | 152 | padding-left: 1rem; |
| 239 | 153 | padding-right: 1rem; |
| 240 | 154 | } |
| 241 | 155 | |
| 242 | -.fw-px-6 { | |
| 243 | - padding-left: 1.5rem; | |
| 244 | - padding-right: 1.5rem; | |
| 245 | -} | |
| 246 | - | |
| 247 | 156 | .fw-py-1 { |
| 248 | 157 | padding-top: 0.25rem; |
| 249 | 158 | padding-bottom: 0.25rem; |
| 250 | 159 | } |
| 251 | 160 | |
| 252 | -.fw-py-2 { | |
| 253 | - padding-top: 0.5rem; | |
| 254 | - padding-bottom: 0.5rem; | |
| 255 | -} | |
| 256 | - | |
| 257 | 161 | .fw-py-3 { |
| 258 | 162 | padding-top: 0.75rem; |
| 259 | 163 | padding-bottom: 0.75rem; |
| 260 | 164 | } |
| @@ -263,8 +167,13 @@ | ||
| 263 | 167 | padding-top: 1rem; |
| 264 | 168 | padding-bottom: 1rem; |
| 265 | 169 | } |
| 266 | 170 | |
| 171 | +.fw-py-2 { | |
| 172 | + padding-top: 0.5rem; | |
| 173 | + padding-bottom: 0.5rem; | |
| 174 | +} | |
| 175 | + | |
| 267 | 176 | .fw-pb-3 { |
| 268 | 177 | padding-bottom: 0.75rem; |
| 269 | 178 | } |
| 270 | 179 | |
| @@ -271,16 +180,12 @@ | ||
| 271 | 180 | .fw-pt-4 { |
| 272 | 181 | padding-top: 1rem; |
| 273 | 182 | } |
| 274 | 183 | |
| 275 | -.fw-pb-4 { | |
| 276 | - padding-bottom: 1rem; | |
| 184 | +.fw-pt-2 { | |
| 185 | + padding-top: 0.5rem; | |
| 277 | 186 | } |
| 278 | 187 | |
| 279 | -.fw-text-center { | |
| 280 | - text-align: center; | |
| 281 | -} | |
| 282 | - | |
| 283 | 188 | .fw-text-right { |
| 284 | 189 | text-align: right; |
| 285 | 190 | } |
| 286 | 191 | |
| @@ -298,11 +203,10 @@ | ||
| 298 | 203 | font-size: 0.875rem; |
| 299 | 204 | line-height: 1.25rem; |
| 300 | 205 | } |
| 301 | 206 | |
| 302 | -.fw-text-base { | |
| 303 | - font-size: 1rem; | |
| 304 | - line-height: 1.5rem; | |
| 207 | +.fw-font-semibold { | |
| 208 | + font-weight: 600; | |
| 305 | 209 | } |
| 306 | 210 | |
| 307 | 211 | .fw-font-medium { |
| 308 | 212 | font-weight: 500; |
| @@ -307,12 +211,8 @@ | ||
| 307 | 211 | .fw-font-medium { |
| 308 | 212 | font-weight: 500; |
| 309 | 213 | } |
| 310 | 214 | |
| 311 | -.fw-font-semibold { | |
| 312 | - font-weight: 600; | |
| 313 | -} | |
| 314 | - | |
| 315 | 215 | .fw-leading-6 { |
| 316 | 216 | line-height: 1.5rem; |
| 317 | 217 | } |
| 318 | 218 | |
| @@ -325,23 +225,8 @@ | ||
| 325 | 225 | --tw-text-opacity: 1; |
| 326 | 226 | color: rgb(107 114 128 / var(--tw-text-opacity)); |
| 327 | 227 | } |
| 328 | 228 | |
| 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 | 229 | .fw-text-gray-900 { |
| 345 | 230 | --tw-text-opacity: 1; |
| 346 | 231 | color: rgb(17 24 39 / var(--tw-text-opacity)); |
| 347 | 232 | } |
| @@ -355,27 +240,8 @@ | ||
| 355 | 240 | --tw-text-opacity: 1; |
| 356 | 241 | color: rgb(22 101 52 / var(--tw-text-opacity)); |
| 357 | 242 | } |
| 358 | 243 | |
| 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 | 244 | .fw-shadow { |
| 379 | 245 | --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); |
| 380 | 246 | --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); |
| 381 | 247 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| @@ -380,101 +246,31 @@ | ||
| 380 | 246 | --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); |
| 381 | 247 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 382 | 248 | } |
| 383 | 249 | |
| 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 { | |
| 250 | +body.tools_page_flywp #wpcontent { | |
| 396 | 251 | padding-left: 0; |
| 397 | 252 | } |
| 398 | 253 | |
| 399 | -.fw-switch-input { | |
| 400 | - height: 0; | |
| 401 | - width: 0; | |
| 402 | - visibility: hidden; | |
| 403 | -} | |
| 254 | +@media (min-width: 640px) { | |
| 255 | + .sm\:fw-w-64 { | |
| 256 | + width: 16rem; | |
| 257 | + } | |
| 404 | 258 | |
| 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 | -} | |
| 259 | + .sm\:fw-w-20 { | |
| 260 | + width: 5rem; | |
| 261 | + } | |
| 414 | 262 | |
| 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; | |
| 263 | + .sm\:fw-w-24 { | |
| 264 | + width: 6rem; | |
| 469 | 265 | } |
| 470 | 266 | |
| 471 | - .sm\:fw-w-1\/3 { | |
| 472 | - width: 33.333333%; | |
| 267 | + .sm\:fw-w-40 { | |
| 268 | + width: 10rem; | |
| 473 | 269 | } |
| 474 | 270 | |
| 475 | - .sm\:fw-w-2\/3 { | |
| 476 | - width: 66.666667%; | |
| 271 | + .sm\:fw-w-28 { | |
| 272 | + width: 7rem; | |
| 477 | 273 | } |
| 478 | 274 | |
| 479 | 275 | .sm\:fw-w-32 { |
| 480 | 276 | width: 8rem; |
| @@ -483,44 +279,8 @@ | ||
| 483 | 279 | .sm\:fw-flex-none { |
| 484 | 280 | flex: none; |
| 485 | 281 | } |
| 486 | 282 | |
| 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 | 283 | .sm\:fw-pr-6 { |
| 497 | 284 | 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 | 285 | } |
| 526 | 286 | } |