| @@ -16,8 +16,16 @@ | ||
| 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 | + | |
| 20 | 28 | .fw-mb-4 { |
| 21 | 29 | margin-bottom: 1rem; |
| 22 | 30 | } |
| 23 | 31 | |
| @@ -68,24 +76,16 @@ | ||
| 68 | 76 | .fw-h-11 { |
| 69 | 77 | height: 2.75rem; |
| 70 | 78 | } |
| 71 | 79 | |
| 72 | -.fw-w-1\/3 { | |
| 73 | - width: 33.333333%; | |
| 80 | +.fw-w-9 { | |
| 81 | + width: 2.25rem; | |
| 74 | 82 | } |
| 75 | 83 | |
| 76 | -.fw-w-2\/3 { | |
| 77 | - width: 66.666667%; | |
| 78 | -} | |
| 79 | - | |
| 80 | 84 | .fw-w-full { |
| 81 | 85 | width: 100%; |
| 82 | 86 | } |
| 83 | 87 | |
| 84 | -.fw-w-52 { | |
| 85 | - width: 13rem; | |
| 86 | -} | |
| 87 | - | |
| 88 | 88 | .fw-max-w-xl { |
| 89 | 89 | max-width: 36rem; |
| 90 | 90 | } |
| 91 | 91 | |
| @@ -96,14 +96,14 @@ | ||
| 96 | 96 | .fw-items-center { |
| 97 | 97 | align-items: center; |
| 98 | 98 | } |
| 99 | 99 | |
| 100 | -.fw-justify-end { | |
| 101 | - justify-content: flex-end; | |
| 100 | +.fw-justify-between { | |
| 101 | + justify-content: space-between; | |
| 102 | 102 | } |
| 103 | 103 | |
| 104 | -.fw-justify-between { | |
| 105 | - justify-content: space-between; | |
| 104 | +.fw-gap-2 { | |
| 105 | + gap: 0.5rem; | |
| 106 | 106 | } |
| 107 | 107 | |
| 108 | 108 | .fw-gap-3 { |
| 109 | 109 | gap: 0.75rem; |
| @@ -112,8 +112,12 @@ | ||
| 112 | 112 | .fw-rounded { |
| 113 | 113 | border-radius: 0.25rem; |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | +.fw-rounded-md { | |
| 117 | + border-radius: 0.375rem; | |
| 118 | +} | |
| 119 | + | |
| 116 | 120 | .fw-rounded-bl { |
| 117 | 121 | border-bottom-left-radius: 0.25rem; |
| 118 | 122 | } |
| 119 | 123 | |
| @@ -120,12 +124,20 @@ | ||
| 120 | 124 | .fw-rounded-br { |
| 121 | 125 | border-bottom-right-radius: 0.25rem; |
| 122 | 126 | } |
| 123 | 127 | |
| 128 | +.fw-border { | |
| 129 | + border-width: 1px; | |
| 130 | +} | |
| 131 | + | |
| 124 | 132 | .fw-border-b { |
| 125 | 133 | border-bottom-width: 1px; |
| 126 | 134 | } |
| 127 | 135 | |
| 136 | +.fw-border-b-2 { | |
| 137 | + border-bottom-width: 2px; | |
| 138 | +} | |
| 139 | + | |
| 128 | 140 | .fw-border-t { |
| 129 | 141 | border-top-width: 1px; |
| 130 | 142 | } |
| 131 | 143 | |
| @@ -137,18 +149,48 @@ | ||
| 137 | 149 | --tw-border-opacity: 1; |
| 138 | 150 | border-color: rgb(229 231 235 / var(--tw-border-opacity)); |
| 139 | 151 | } |
| 140 | 152 | |
| 153 | +.fw-border-indigo-200 { | |
| 154 | + --tw-border-opacity: 1; | |
| 155 | + border-color: rgb(199 210 254 / var(--tw-border-opacity)); | |
| 156 | +} | |
| 157 | + | |
| 158 | +.fw-border-indigo-500 { | |
| 159 | + --tw-border-opacity: 1; | |
| 160 | + border-color: rgb(99 102 241 / var(--tw-border-opacity)); | |
| 161 | +} | |
| 162 | + | |
| 163 | +.\!fw-bg-indigo-600 { | |
| 164 | + --tw-bg-opacity: 1 !important; | |
| 165 | + background-color: rgb(79 70 229 / var(--tw-bg-opacity)) !important; | |
| 166 | +} | |
| 167 | + | |
| 141 | 168 | .fw-bg-gray-100 { |
| 142 | 169 | --tw-bg-opacity: 1; |
| 143 | 170 | background-color: rgb(243 244 246 / var(--tw-bg-opacity)); |
| 144 | 171 | } |
| 145 | 172 | |
| 173 | +.fw-bg-gray-50 { | |
| 174 | + --tw-bg-opacity: 1; | |
| 175 | + background-color: rgb(249 250 251 / var(--tw-bg-opacity)); | |
| 176 | +} | |
| 177 | + | |
| 146 | 178 | .fw-bg-green-200 { |
| 147 | 179 | --tw-bg-opacity: 1; |
| 148 | 180 | background-color: rgb(187 247 208 / var(--tw-bg-opacity)); |
| 149 | 181 | } |
| 150 | 182 | |
| 183 | +.fw-bg-indigo-100 { | |
| 184 | + --tw-bg-opacity: 1; | |
| 185 | + background-color: rgb(224 231 255 / var(--tw-bg-opacity)); | |
| 186 | +} | |
| 187 | + | |
| 188 | +.fw-bg-red-200 { | |
| 189 | + --tw-bg-opacity: 1; | |
| 190 | + background-color: rgb(254 202 202 / var(--tw-bg-opacity)); | |
| 191 | +} | |
| 192 | + | |
| 151 | 193 | .fw-bg-white { |
| 152 | 194 | --tw-bg-opacity: 1; |
| 153 | 195 | background-color: rgb(255 255 255 / var(--tw-bg-opacity)); |
| 154 | 196 | } |
| @@ -156,13 +198,23 @@ | ||
| 156 | 198 | .fw-p-4 { |
| 157 | 199 | padding: 1rem; |
| 158 | 200 | } |
| 159 | 201 | |
| 202 | +.fw-px-3 { | |
| 203 | + padding-left: 0.75rem; | |
| 204 | + padding-right: 0.75rem; | |
| 205 | +} | |
| 206 | + | |
| 160 | 207 | .fw-px-4 { |
| 161 | 208 | padding-left: 1rem; |
| 162 | 209 | padding-right: 1rem; |
| 163 | 210 | } |
| 164 | 211 | |
| 212 | +.fw-px-6 { | |
| 213 | + padding-left: 1.5rem; | |
| 214 | + padding-right: 1.5rem; | |
| 215 | +} | |
| 216 | + | |
| 165 | 217 | .fw-py-1 { |
| 166 | 218 | padding-top: 0.25rem; |
| 167 | 219 | padding-bottom: 0.25rem; |
| 168 | 220 | } |
| @@ -234,8 +286,18 @@ | ||
| 234 | 286 | --tw-text-opacity: 1; |
| 235 | 287 | color: rgb(107 114 128 / var(--tw-text-opacity)); |
| 236 | 288 | } |
| 237 | 289 | |
| 290 | +.fw-text-gray-700 { | |
| 291 | + --tw-text-opacity: 1; | |
| 292 | + color: rgb(55 65 81 / var(--tw-text-opacity)); | |
| 293 | +} | |
| 294 | + | |
| 295 | +.fw-text-gray-800 { | |
| 296 | + --tw-text-opacity: 1; | |
| 297 | + color: rgb(31 41 55 / var(--tw-text-opacity)); | |
| 298 | +} | |
| 299 | + | |
| 238 | 300 | .fw-text-gray-900 { |
| 239 | 301 | --tw-text-opacity: 1; |
| 240 | 302 | color: rgb(17 24 39 / var(--tw-text-opacity)); |
| 241 | 303 | } |
| @@ -249,8 +311,27 @@ | ||
| 249 | 311 | --tw-text-opacity: 1; |
| 250 | 312 | color: rgb(22 101 52 / var(--tw-text-opacity)); |
| 251 | 313 | } |
| 252 | 314 | |
| 315 | +.fw-text-indigo-600 { | |
| 316 | + --tw-text-opacity: 1; | |
| 317 | + color: rgb(79 70 229 / var(--tw-text-opacity)); | |
| 318 | +} | |
| 319 | + | |
| 320 | +.fw-text-indigo-900 { | |
| 321 | + --tw-text-opacity: 1; | |
| 322 | + color: rgb(49 46 129 / var(--tw-text-opacity)); | |
| 323 | +} | |
| 324 | + | |
| 325 | +.fw-text-red-800 { | |
| 326 | + --tw-text-opacity: 1; | |
| 327 | + color: rgb(153 27 27 / var(--tw-text-opacity)); | |
| 328 | +} | |
| 329 | + | |
| 330 | +.fw-no-underline { | |
| 331 | + text-decoration-line: none; | |
| 332 | +} | |
| 333 | + | |
| 253 | 334 | .fw-shadow { |
| 254 | 335 | --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); |
| 255 | 336 | --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); |
| 256 | 337 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| @@ -255,25 +336,95 @@ | ||
| 255 | 336 | --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); |
| 256 | 337 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 257 | 338 | } |
| 258 | 339 | |
| 340 | +.fw-shadow-sm { | |
| 341 | + --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); | |
| 342 | + --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); | |
| 343 | + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); | |
| 344 | +} | |
| 345 | + | |
| 346 | +.fw-outline-none { | |
| 347 | + outline: 2px solid transparent; | |
| 348 | + outline-offset: 2px; | |
| 349 | +} | |
| 350 | + | |
| 259 | 351 | body.dashboard_page_flywp #wpcontent { |
| 260 | 352 | padding-left: 0; |
| 261 | 353 | } |
| 262 | 354 | |
| 355 | +.fw-switch-input { | |
| 356 | + height: 0; | |
| 357 | + width: 0; | |
| 358 | + visibility: hidden; | |
| 359 | +} | |
| 360 | + | |
| 361 | +.fw-switch { | |
| 362 | + cursor: pointer; | |
| 363 | + display: inline-block; | |
| 364 | + position: relative; | |
| 365 | + width: 36px; | |
| 366 | + /* Width of the switch */ | |
| 367 | + height: 18px; | |
| 368 | + /* Height of the switch */ | |
| 369 | +} | |
| 370 | + | |
| 371 | +.fw-switch-toggle { | |
| 372 | + position: absolute; | |
| 373 | + top: 0; | |
| 374 | + left: 0; | |
| 375 | + right: 0; | |
| 376 | + bottom: 0; | |
| 377 | + background-color: #ccc; | |
| 378 | + border-radius: 18px; | |
| 379 | + transition: 0.2s; | |
| 380 | +} | |
| 381 | + | |
| 382 | +.fw-switch-toggle:before { | |
| 383 | + position: absolute; | |
| 384 | + content: ""; | |
| 385 | + height: 14px; | |
| 386 | + width: 14px; | |
| 387 | + left: 2px; | |
| 388 | + bottom: 2px; | |
| 389 | + background-color: white; | |
| 390 | + transition: 0.2s; | |
| 391 | + border-radius: 50%; | |
| 392 | +} | |
| 393 | + | |
| 394 | +.fw-switch-input:checked+.fw-switch-toggle { | |
| 395 | + background-color: #4f46e5; | |
| 396 | +} | |
| 397 | + | |
| 398 | +.fw-switch-input:checked+.fw-switch-toggle:before { | |
| 399 | + transform: translateX(18px); | |
| 400 | +} | |
| 401 | + | |
| 402 | +.hover\:\!fw-bg-indigo-700:hover { | |
| 403 | + --tw-bg-opacity: 1 !important; | |
| 404 | + background-color: rgb(67 56 202 / var(--tw-bg-opacity)) !important; | |
| 405 | +} | |
| 406 | + | |
| 407 | +.focus\:fw-border-indigo-500:focus { | |
| 408 | + --tw-border-opacity: 1; | |
| 409 | + border-color: rgb(99 102 241 / var(--tw-border-opacity)); | |
| 410 | +} | |
| 411 | + | |
| 412 | +.focus\:fw-outline-none:focus { | |
| 413 | + outline: 2px solid transparent; | |
| 414 | + outline-offset: 2px; | |
| 415 | +} | |
| 416 | + | |
| 417 | +.focus\:fw-ring-indigo-500:focus { | |
| 418 | + --tw-ring-opacity: 1; | |
| 419 | + --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)); | |
| 420 | +} | |
| 421 | + | |
| 263 | 422 | @media (min-width: 640px) { |
| 264 | 423 | .sm\:fw-mb-0 { |
| 265 | 424 | margin-bottom: 0px; |
| 266 | 425 | } |
| 267 | 426 | |
| 268 | - .sm\:fw-flex { | |
| 269 | - display: flex; | |
| 270 | - } | |
| 271 | - | |
| 272 | - .sm\:fw-w-32 { | |
| 273 | - width: 8rem; | |
| 274 | - } | |
| 275 | - | |
| 276 | 427 | .sm\:fw-w-1\/3 { |
| 277 | 428 | width: 33.333333%; |
| 278 | 429 | } |
| 279 | 430 | |
| @@ -280,8 +431,12 @@ | ||
| 280 | 431 | .sm\:fw-w-2\/3 { |
| 281 | 432 | width: 66.666667%; |
| 282 | 433 | } |
| 283 | 434 | |
| 435 | + .sm\:fw-w-32 { | |
| 436 | + width: 8rem; | |
| 437 | + } | |
| 438 | + | |
| 284 | 439 | .sm\:fw-flex-none { |
| 285 | 440 | flex: none; |
| 286 | 441 | } |
| 287 | 442 | |
| @@ -299,8 +454,13 @@ | ||
| 299 | 454 | } |
| 300 | 455 | |
| 301 | 456 | .sm\:fw-text-right { |
| 302 | 457 | text-align: right; |
| 458 | + } | |
| 459 | + | |
| 460 | + .sm\:fw-text-sm { | |
| 461 | + font-size: 0.875rem; | |
| 462 | + line-height: 1.25rem; | |
| 303 | 463 | } |
| 304 | 464 | } |
| 305 | 465 | |
| 306 | 466 | @media (min-width: 768px) { |