delete-old-posts-programmatically
Last commit date
assets
12 hours ago
freemius
12 hours ago
inc
12 hours ago
languages
3 years ago
README.md
3 months ago
composer.json
5 years ago
delete-old-posts-premium.php
3 years ago
delete-old-posts-programmatically.php
3 years ago
delete-old-posts.php
12 hours ago
package-lock.json
3 months ago
package.json
12 hours ago
postcss.config.js
5 years ago
readme.txt
12 hours ago
styles.css
12 hours ago
tailwind.config.js
2 years ago
styles.css
1817 lines
| 1 | @tailwind base; |
| 2 | @tailwind components; |
| 3 | @tailwind utilities; |
| 4 | /* |
| 5 | ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com |
| 6 | */ |
| 7 | |
| 8 | /* |
| 9 | 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) |
| 10 | 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) |
| 11 | */ |
| 12 | |
| 13 | *, |
| 14 | ::before, |
| 15 | ::after { |
| 16 | box-sizing: border-box; |
| 17 | /* 1 */ |
| 18 | border-width: 0; |
| 19 | /* 2 */ |
| 20 | border-style: solid; |
| 21 | /* 2 */ |
| 22 | border-color: #e5e7eb; |
| 23 | /* 2 */ |
| 24 | } |
| 25 | |
| 26 | ::before, |
| 27 | ::after { |
| 28 | --tw-content: ''; |
| 29 | } |
| 30 | |
| 31 | /* |
| 32 | 1. Use a consistent sensible line-height in all browsers. |
| 33 | 2. Prevent adjustments of font size after orientation changes in iOS. |
| 34 | 3. Use a more readable tab size. |
| 35 | 4. Use the user's configured `sans` font-family by default. |
| 36 | */ |
| 37 | |
| 38 | html { |
| 39 | line-height: 1.5; |
| 40 | /* 1 */ |
| 41 | -webkit-text-size-adjust: 100%; |
| 42 | /* 2 */ |
| 43 | -moz-tab-size: 4; |
| 44 | /* 3 */ |
| 45 | -o-tab-size: 4; |
| 46 | tab-size: 4; |
| 47 | /* 3 */ |
| 48 | font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
| 49 | /* 4 */ |
| 50 | } |
| 51 | |
| 52 | /* |
| 53 | 1. Remove the margin in all browsers. |
| 54 | 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. |
| 55 | */ |
| 56 | |
| 57 | body { |
| 58 | margin: 0; |
| 59 | /* 1 */ |
| 60 | line-height: inherit; |
| 61 | /* 2 */ |
| 62 | } |
| 63 | |
| 64 | /* |
| 65 | 1. Add the correct height in Firefox. |
| 66 | 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) |
| 67 | 3. Ensure horizontal rules are visible by default. |
| 68 | */ |
| 69 | |
| 70 | hr { |
| 71 | height: 0; |
| 72 | /* 1 */ |
| 73 | color: inherit; |
| 74 | /* 2 */ |
| 75 | border-top-width: 1px; |
| 76 | /* 3 */ |
| 77 | } |
| 78 | |
| 79 | /* |
| 80 | Add the correct text decoration in Chrome, Edge, and Safari. |
| 81 | */ |
| 82 | |
| 83 | abbr:where([title]) { |
| 84 | -webkit-text-decoration: underline dotted; |
| 85 | text-decoration: underline dotted; |
| 86 | } |
| 87 | |
| 88 | /* |
| 89 | Remove the default font size and weight for headings. |
| 90 | */ |
| 91 | |
| 92 | h1, |
| 93 | h2, |
| 94 | h3, |
| 95 | h4, |
| 96 | h5, |
| 97 | h6 { |
| 98 | font-size: inherit; |
| 99 | font-weight: inherit; |
| 100 | } |
| 101 | |
| 102 | /* |
| 103 | Reset links to optimize for opt-in styling instead of opt-out. |
| 104 | */ |
| 105 | |
| 106 | a { |
| 107 | color: inherit; |
| 108 | text-decoration: inherit; |
| 109 | } |
| 110 | |
| 111 | /* |
| 112 | Add the correct font weight in Edge and Safari. |
| 113 | */ |
| 114 | |
| 115 | b, |
| 116 | strong { |
| 117 | font-weight: bolder; |
| 118 | } |
| 119 | |
| 120 | /* |
| 121 | 1. Use the user's configured `mono` font family by default. |
| 122 | 2. Correct the odd `em` font sizing in all browsers. |
| 123 | */ |
| 124 | |
| 125 | code, |
| 126 | kbd, |
| 127 | samp, |
| 128 | pre { |
| 129 | font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
| 130 | /* 1 */ |
| 131 | font-size: 1em; |
| 132 | /* 2 */ |
| 133 | } |
| 134 | |
| 135 | /* |
| 136 | Add the correct font size in all browsers. |
| 137 | */ |
| 138 | |
| 139 | small { |
| 140 | font-size: 80%; |
| 141 | } |
| 142 | |
| 143 | /* |
| 144 | Prevent `sub` and `sup` elements from affecting the line height in all browsers. |
| 145 | */ |
| 146 | |
| 147 | sub, |
| 148 | sup { |
| 149 | font-size: 75%; |
| 150 | line-height: 0; |
| 151 | position: relative; |
| 152 | vertical-align: baseline; |
| 153 | } |
| 154 | |
| 155 | sub { |
| 156 | bottom: -0.25em; |
| 157 | } |
| 158 | |
| 159 | sup { |
| 160 | top: -0.5em; |
| 161 | } |
| 162 | |
| 163 | /* |
| 164 | 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) |
| 165 | 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) |
| 166 | 3. Remove gaps between table borders by default. |
| 167 | */ |
| 168 | |
| 169 | table { |
| 170 | text-indent: 0; |
| 171 | /* 1 */ |
| 172 | border-color: inherit; |
| 173 | /* 2 */ |
| 174 | border-collapse: collapse; |
| 175 | /* 3 */ |
| 176 | } |
| 177 | |
| 178 | /* |
| 179 | 1. Change the font styles in all browsers. |
| 180 | 2. Remove the margin in Firefox and Safari. |
| 181 | 3. Remove default padding in all browsers. |
| 182 | */ |
| 183 | |
| 184 | button, |
| 185 | input, |
| 186 | optgroup, |
| 187 | select, |
| 188 | textarea { |
| 189 | font-family: inherit; |
| 190 | /* 1 */ |
| 191 | font-size: 100%; |
| 192 | /* 1 */ |
| 193 | font-weight: inherit; |
| 194 | /* 1 */ |
| 195 | line-height: inherit; |
| 196 | /* 1 */ |
| 197 | color: inherit; |
| 198 | /* 1 */ |
| 199 | margin: 0; |
| 200 | /* 2 */ |
| 201 | padding: 0; |
| 202 | /* 3 */ |
| 203 | } |
| 204 | |
| 205 | /* |
| 206 | Remove the inheritance of text transform in Edge and Firefox. |
| 207 | */ |
| 208 | |
| 209 | button, |
| 210 | select { |
| 211 | text-transform: none; |
| 212 | } |
| 213 | |
| 214 | /* |
| 215 | 1. Correct the inability to style clickable types in iOS and Safari. |
| 216 | 2. Remove default button styles. |
| 217 | */ |
| 218 | |
| 219 | button, |
| 220 | [type='button'], |
| 221 | [type='reset'], |
| 222 | [type='submit'] { |
| 223 | -webkit-appearance: button; |
| 224 | /* 1 */ |
| 225 | background-color: transparent; |
| 226 | /* 2 */ |
| 227 | background-image: none; |
| 228 | /* 2 */ |
| 229 | } |
| 230 | |
| 231 | /* |
| 232 | Use the modern Firefox focus style for all focusable elements. |
| 233 | */ |
| 234 | |
| 235 | :-moz-focusring { |
| 236 | outline: auto; |
| 237 | } |
| 238 | |
| 239 | /* |
| 240 | Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) |
| 241 | */ |
| 242 | |
| 243 | :-moz-ui-invalid { |
| 244 | box-shadow: none; |
| 245 | } |
| 246 | |
| 247 | /* |
| 248 | Add the correct vertical alignment in Chrome and Firefox. |
| 249 | */ |
| 250 | |
| 251 | progress { |
| 252 | vertical-align: baseline; |
| 253 | } |
| 254 | |
| 255 | /* |
| 256 | Correct the cursor style of increment and decrement buttons in Safari. |
| 257 | */ |
| 258 | |
| 259 | ::-webkit-inner-spin-button, |
| 260 | ::-webkit-outer-spin-button { |
| 261 | height: auto; |
| 262 | } |
| 263 | |
| 264 | /* |
| 265 | 1. Correct the odd appearance in Chrome and Safari. |
| 266 | 2. Correct the outline style in Safari. |
| 267 | */ |
| 268 | |
| 269 | [type='search'] { |
| 270 | -webkit-appearance: textfield; |
| 271 | /* 1 */ |
| 272 | outline-offset: -2px; |
| 273 | /* 2 */ |
| 274 | } |
| 275 | |
| 276 | /* |
| 277 | Remove the inner padding in Chrome and Safari on macOS. |
| 278 | */ |
| 279 | |
| 280 | ::-webkit-search-decoration { |
| 281 | -webkit-appearance: none; |
| 282 | } |
| 283 | |
| 284 | /* |
| 285 | 1. Correct the inability to style clickable types in iOS and Safari. |
| 286 | 2. Change font properties to `inherit` in Safari. |
| 287 | */ |
| 288 | |
| 289 | ::-webkit-file-upload-button { |
| 290 | -webkit-appearance: button; |
| 291 | /* 1 */ |
| 292 | font: inherit; |
| 293 | /* 2 */ |
| 294 | } |
| 295 | |
| 296 | /* |
| 297 | Add the correct display in Chrome and Safari. |
| 298 | */ |
| 299 | |
| 300 | summary { |
| 301 | display: list-item; |
| 302 | } |
| 303 | |
| 304 | /* |
| 305 | Removes the default spacing and border for appropriate elements. |
| 306 | */ |
| 307 | |
| 308 | blockquote, |
| 309 | dl, |
| 310 | dd, |
| 311 | h1, |
| 312 | h2, |
| 313 | h3, |
| 314 | h4, |
| 315 | h5, |
| 316 | h6, |
| 317 | hr, |
| 318 | figure, |
| 319 | p, |
| 320 | pre { |
| 321 | margin: 0; |
| 322 | } |
| 323 | |
| 324 | fieldset { |
| 325 | margin: 0; |
| 326 | padding: 0; |
| 327 | } |
| 328 | |
| 329 | legend { |
| 330 | padding: 0; |
| 331 | } |
| 332 | |
| 333 | ol, |
| 334 | ul, |
| 335 | menu { |
| 336 | list-style: none; |
| 337 | margin: 0; |
| 338 | padding: 0; |
| 339 | } |
| 340 | |
| 341 | /* |
| 342 | Prevent resizing textareas horizontally by default. |
| 343 | */ |
| 344 | |
| 345 | textarea { |
| 346 | resize: vertical; |
| 347 | } |
| 348 | |
| 349 | /* |
| 350 | 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) |
| 351 | 2. Set the default placeholder color to the user's configured gray 400 color. |
| 352 | */ |
| 353 | |
| 354 | input::-moz-placeholder, textarea::-moz-placeholder { |
| 355 | opacity: 1; |
| 356 | /* 1 */ |
| 357 | color: #9ca3af; |
| 358 | /* 2 */ |
| 359 | } |
| 360 | |
| 361 | input::placeholder, |
| 362 | textarea::placeholder { |
| 363 | opacity: 1; |
| 364 | /* 1 */ |
| 365 | color: #9ca3af; |
| 366 | /* 2 */ |
| 367 | } |
| 368 | |
| 369 | /* |
| 370 | Set the default cursor for buttons. |
| 371 | */ |
| 372 | |
| 373 | button, |
| 374 | [role="button"] { |
| 375 | cursor: pointer; |
| 376 | } |
| 377 | |
| 378 | /* |
| 379 | Make sure disabled buttons don't get the pointer cursor. |
| 380 | */ |
| 381 | |
| 382 | :disabled { |
| 383 | cursor: default; |
| 384 | } |
| 385 | |
| 386 | /* |
| 387 | 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) |
| 388 | 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) |
| 389 | This can trigger a poorly considered lint error in some tools but is included by design. |
| 390 | */ |
| 391 | |
| 392 | img, |
| 393 | svg, |
| 394 | video, |
| 395 | canvas, |
| 396 | audio, |
| 397 | iframe, |
| 398 | embed, |
| 399 | object { |
| 400 | display: block; |
| 401 | /* 1 */ |
| 402 | vertical-align: middle; |
| 403 | /* 2 */ |
| 404 | } |
| 405 | |
| 406 | /* |
| 407 | Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) |
| 408 | */ |
| 409 | |
| 410 | img, |
| 411 | video { |
| 412 | max-width: 100%; |
| 413 | height: auto; |
| 414 | } |
| 415 | |
| 416 | *, ::before, ::after { |
| 417 | --tw-border-spacing-x: 0; |
| 418 | --tw-border-spacing-y: 0; |
| 419 | --tw-translate-x: 0; |
| 420 | --tw-translate-y: 0; |
| 421 | --tw-rotate: 0; |
| 422 | --tw-skew-x: 0; |
| 423 | --tw-skew-y: 0; |
| 424 | --tw-scale-x: 1; |
| 425 | --tw-scale-y: 1; |
| 426 | --tw-pan-x: ; |
| 427 | --tw-pan-y: ; |
| 428 | --tw-pinch-zoom: ; |
| 429 | --tw-scroll-snap-strictness: proximity; |
| 430 | --tw-ordinal: ; |
| 431 | --tw-slashed-zero: ; |
| 432 | --tw-numeric-figure: ; |
| 433 | --tw-numeric-spacing: ; |
| 434 | --tw-numeric-fraction: ; |
| 435 | --tw-ring-inset: ; |
| 436 | --tw-ring-offset-width: 0px; |
| 437 | --tw-ring-offset-color: #fff; |
| 438 | --tw-ring-color: rgb(59 130 246 / 0.5); |
| 439 | --tw-ring-offset-shadow: 0 0 #0000; |
| 440 | --tw-ring-shadow: 0 0 #0000; |
| 441 | --tw-shadow: 0 0 #0000; |
| 442 | --tw-shadow-colored: 0 0 #0000; |
| 443 | --tw-blur: ; |
| 444 | --tw-brightness: ; |
| 445 | --tw-contrast: ; |
| 446 | --tw-grayscale: ; |
| 447 | --tw-hue-rotate: ; |
| 448 | --tw-invert: ; |
| 449 | --tw-saturate: ; |
| 450 | --tw-sepia: ; |
| 451 | --tw-drop-shadow: ; |
| 452 | --tw-backdrop-blur: ; |
| 453 | --tw-backdrop-brightness: ; |
| 454 | --tw-backdrop-contrast: ; |
| 455 | --tw-backdrop-grayscale: ; |
| 456 | --tw-backdrop-hue-rotate: ; |
| 457 | --tw-backdrop-invert: ; |
| 458 | --tw-backdrop-opacity: ; |
| 459 | --tw-backdrop-saturate: ; |
| 460 | --tw-backdrop-sepia: ; |
| 461 | } |
| 462 | |
| 463 | ::backdrop { |
| 464 | --tw-border-spacing-x: 0; |
| 465 | --tw-border-spacing-y: 0; |
| 466 | --tw-translate-x: 0; |
| 467 | --tw-translate-y: 0; |
| 468 | --tw-rotate: 0; |
| 469 | --tw-skew-x: 0; |
| 470 | --tw-skew-y: 0; |
| 471 | --tw-scale-x: 1; |
| 472 | --tw-scale-y: 1; |
| 473 | --tw-pan-x: ; |
| 474 | --tw-pan-y: ; |
| 475 | --tw-pinch-zoom: ; |
| 476 | --tw-scroll-snap-strictness: proximity; |
| 477 | --tw-ordinal: ; |
| 478 | --tw-slashed-zero: ; |
| 479 | --tw-numeric-figure: ; |
| 480 | --tw-numeric-spacing: ; |
| 481 | --tw-numeric-fraction: ; |
| 482 | --tw-ring-inset: ; |
| 483 | --tw-ring-offset-width: 0px; |
| 484 | --tw-ring-offset-color: #fff; |
| 485 | --tw-ring-color: rgb(59 130 246 / 0.5); |
| 486 | --tw-ring-offset-shadow: 0 0 #0000; |
| 487 | --tw-ring-shadow: 0 0 #0000; |
| 488 | --tw-shadow: 0 0 #0000; |
| 489 | --tw-shadow-colored: 0 0 #0000; |
| 490 | --tw-blur: ; |
| 491 | --tw-brightness: ; |
| 492 | --tw-contrast: ; |
| 493 | --tw-grayscale: ; |
| 494 | --tw-hue-rotate: ; |
| 495 | --tw-invert: ; |
| 496 | --tw-saturate: ; |
| 497 | --tw-sepia: ; |
| 498 | --tw-drop-shadow: ; |
| 499 | --tw-backdrop-blur: ; |
| 500 | --tw-backdrop-brightness: ; |
| 501 | --tw-backdrop-contrast: ; |
| 502 | --tw-backdrop-grayscale: ; |
| 503 | --tw-backdrop-hue-rotate: ; |
| 504 | --tw-backdrop-invert: ; |
| 505 | --tw-backdrop-opacity: ; |
| 506 | --tw-backdrop-saturate: ; |
| 507 | --tw-backdrop-sepia: ; |
| 508 | } |
| 509 | |
| 510 | .container { |
| 511 | width: 100%; |
| 512 | } |
| 513 | |
| 514 | @media (min-width: 640px) { |
| 515 | .container { |
| 516 | max-width: 640px; |
| 517 | } |
| 518 | } |
| 519 | |
| 520 | @media (min-width: 768px) { |
| 521 | .container { |
| 522 | max-width: 768px; |
| 523 | } |
| 524 | } |
| 525 | |
| 526 | @media (min-width: 1024px) { |
| 527 | .container { |
| 528 | max-width: 1024px; |
| 529 | } |
| 530 | } |
| 531 | |
| 532 | @media (min-width: 1280px) { |
| 533 | .container { |
| 534 | max-width: 1280px; |
| 535 | } |
| 536 | } |
| 537 | |
| 538 | @media (min-width: 1536px) { |
| 539 | .container { |
| 540 | max-width: 1536px; |
| 541 | } |
| 542 | } |
| 543 | |
| 544 | :root { |
| 545 | --red: #cc1818; |
| 546 | } |
| 547 | |
| 548 | body { |
| 549 | --tw-bg-opacity: 1; |
| 550 | background-color: rgb(243 244 246 / var(--tw-bg-opacity)); |
| 551 | --tw-text-opacity: 1; |
| 552 | color: rgb(55 65 81 / var(--tw-text-opacity)); |
| 553 | } |
| 554 | |
| 555 | img { |
| 556 | border-style: initial; |
| 557 | } |
| 558 | |
| 559 | img, svg, video, canvas, audio, iframe, embed, object { |
| 560 | display: initial; |
| 561 | } |
| 562 | |
| 563 | a { |
| 564 | text-decoration: underline; |
| 565 | } |
| 566 | |
| 567 | .tblrow { |
| 568 | padding: 0.75rem; |
| 569 | } |
| 570 | |
| 571 | .hide { |
| 572 | display: none; |
| 573 | } |
| 574 | |
| 575 | .notice, div.error, div.updated { |
| 576 | margin-top: 0.25rem; |
| 577 | margin-bottom: 0.25rem; |
| 578 | } |
| 579 | |
| 580 | .dashicons-nametag { |
| 581 | font-size: 2.25rem; |
| 582 | line-height: 2.5rem; |
| 583 | } |
| 584 | |
| 585 | @media (min-width: 640px) { |
| 586 | .tblrow { |
| 587 | margin-left: 0.25rem; |
| 588 | margin-right: 0.25rem; |
| 589 | } |
| 590 | } |
| 591 | |
| 592 | [x-cloak] { |
| 593 | display: none !important; |
| 594 | } |
| 595 | |
| 596 | .tooltip { |
| 597 | visibility: hidden; |
| 598 | position: absolute; |
| 599 | } |
| 600 | |
| 601 | .has-tooltip:hover .tooltip { |
| 602 | visibility: visible; |
| 603 | z-index: 50; |
| 604 | } |
| 605 | |
| 606 | .absolute { |
| 607 | position: absolute; |
| 608 | } |
| 609 | |
| 610 | .wp-list-table #id { |
| 611 | width: 6%; |
| 612 | } |
| 613 | |
| 614 | .wp-list-table #check { |
| 615 | width: 20%; |
| 616 | } |
| 617 | |
| 618 | .children { |
| 619 | margin-left: 2rem; |
| 620 | margin-top: 0.25rem; |
| 621 | } |
| 622 | |
| 623 | /* The switch - the box around the slider */ |
| 624 | |
| 625 | .switch { |
| 626 | position: relative; |
| 627 | display: inline-block; |
| 628 | width: 60px; |
| 629 | height: 34px; |
| 630 | } |
| 631 | |
| 632 | /* Hide default HTML checkbox */ |
| 633 | |
| 634 | .switch input { |
| 635 | opacity: 0; |
| 636 | width: 0; |
| 637 | height: 0; |
| 638 | } |
| 639 | |
| 640 | /* The slider */ |
| 641 | |
| 642 | .slider { |
| 643 | position: absolute; |
| 644 | cursor: pointer; |
| 645 | top: 0; |
| 646 | left: 0; |
| 647 | right: 0; |
| 648 | bottom: 0; |
| 649 | background-color: #ccc; |
| 650 | transition: .4s; |
| 651 | } |
| 652 | |
| 653 | .slider:before { |
| 654 | position: absolute; |
| 655 | content: ""; |
| 656 | height: 26px; |
| 657 | width: 26px; |
| 658 | left: 4px; |
| 659 | bottom: 4px; |
| 660 | background-color: white; |
| 661 | transition: .4s; |
| 662 | } |
| 663 | |
| 664 | input:checked + .slider { |
| 665 | background-color: #2196F3; |
| 666 | } |
| 667 | |
| 668 | input:focus + .slider { |
| 669 | box-shadow: 0 0 1px #2196F3; |
| 670 | } |
| 671 | |
| 672 | input:checked + .slider:before { |
| 673 | transform: translateX(26px); |
| 674 | } |
| 675 | |
| 676 | /* Rounded sliders */ |
| 677 | |
| 678 | .slider.round { |
| 679 | border-radius: 34px; |
| 680 | } |
| 681 | |
| 682 | .slider.round:before { |
| 683 | border-radius: 50%; |
| 684 | } |
| 685 | |
| 686 | /* remove list style */ |
| 687 | |
| 688 | .delop .delop-filter li, .delop .delop-filter label{ |
| 689 | list-style: none; |
| 690 | margin-left: 0px; |
| 691 | } |
| 692 | |
| 693 | #delete-old-posts-redirects .delete-old-posts_page_delete-old-posts-redirects { |
| 694 | position: relative; |
| 695 | } |
| 696 | |
| 697 | .delete-old-posts_page_delete-old-posts-redirects .no-vertical-align { |
| 698 | vertical-align: initial; |
| 699 | } |
| 700 | |
| 701 | .global-redirect-url-input-wrapper { |
| 702 | position: relative; |
| 703 | display: inline-block; |
| 704 | width: 100%; |
| 705 | } |
| 706 | |
| 707 | .global-redirect-url-input-wrapper label { |
| 708 | position: relative; |
| 709 | } |
| 710 | |
| 711 | .global-redirect-url-input-wrapper label .after { |
| 712 | display: none; |
| 713 | } |
| 714 | |
| 715 | .global-redirect-url-input-wrapper label:hover .after { |
| 716 | display: inline-block; |
| 717 | position: absolute; |
| 718 | right: 15px; |
| 719 | top: 50%; |
| 720 | transform: translateY(-50%); |
| 721 | color: var(--red); |
| 722 | width: 10px; |
| 723 | cursor: pointer; |
| 724 | } |
| 725 | |
| 726 | .global-redirect-url-input-wrapper input[type="submit"] { |
| 727 | vertical-align: middle; |
| 728 | } |
| 729 | |
| 730 | .sr-only { |
| 731 | position: absolute; |
| 732 | width: 1px; |
| 733 | height: 1px; |
| 734 | padding: 0; |
| 735 | margin: -1px; |
| 736 | overflow: hidden; |
| 737 | clip: rect(0, 0, 0, 0); |
| 738 | white-space: nowrap; |
| 739 | border-width: 0; |
| 740 | } |
| 741 | |
| 742 | .static { |
| 743 | position: static; |
| 744 | } |
| 745 | |
| 746 | .fixed { |
| 747 | position: fixed; |
| 748 | } |
| 749 | |
| 750 | .absolute { |
| 751 | position: absolute; |
| 752 | } |
| 753 | |
| 754 | .relative { |
| 755 | position: relative; |
| 756 | } |
| 757 | |
| 758 | .right-1 { |
| 759 | right: 0.25rem; |
| 760 | } |
| 761 | |
| 762 | .top-1 { |
| 763 | top: 0.25rem; |
| 764 | } |
| 765 | |
| 766 | .top-0 { |
| 767 | top: 0px; |
| 768 | } |
| 769 | |
| 770 | .right-0 { |
| 771 | right: 0px; |
| 772 | } |
| 773 | |
| 774 | .left-0 { |
| 775 | left: 0px; |
| 776 | } |
| 777 | |
| 778 | .right-3 { |
| 779 | right: 0.75rem; |
| 780 | } |
| 781 | |
| 782 | .m-2 { |
| 783 | margin: 0.5rem; |
| 784 | } |
| 785 | |
| 786 | .m-3\.5 { |
| 787 | margin: 0.875rem; |
| 788 | } |
| 789 | |
| 790 | .m-3 { |
| 791 | margin: 0.75rem; |
| 792 | } |
| 793 | |
| 794 | .m-5 { |
| 795 | margin: 1.25rem; |
| 796 | } |
| 797 | |
| 798 | .mx-4 { |
| 799 | margin-left: 1rem; |
| 800 | margin-right: 1rem; |
| 801 | } |
| 802 | |
| 803 | .my-8 { |
| 804 | margin-top: 2rem; |
| 805 | margin-bottom: 2rem; |
| 806 | } |
| 807 | |
| 808 | .my-2 { |
| 809 | margin-top: 0.5rem; |
| 810 | margin-bottom: 0.5rem; |
| 811 | } |
| 812 | |
| 813 | .mx-auto { |
| 814 | margin-left: auto; |
| 815 | margin-right: auto; |
| 816 | } |
| 817 | |
| 818 | .-mx-1 { |
| 819 | margin-left: -0.25rem; |
| 820 | margin-right: -0.25rem; |
| 821 | } |
| 822 | |
| 823 | .mx-8 { |
| 824 | margin-left: 2rem; |
| 825 | margin-right: 2rem; |
| 826 | } |
| 827 | |
| 828 | .mb-4 { |
| 829 | margin-bottom: 1rem; |
| 830 | } |
| 831 | |
| 832 | .mr-5 { |
| 833 | margin-right: 1.25rem; |
| 834 | } |
| 835 | |
| 836 | .ml-2 { |
| 837 | margin-left: 0.5rem; |
| 838 | } |
| 839 | |
| 840 | .ml-1 { |
| 841 | margin-left: 0.25rem; |
| 842 | } |
| 843 | |
| 844 | .mb-5 { |
| 845 | margin-bottom: 1.25rem; |
| 846 | } |
| 847 | |
| 848 | .mb-2 { |
| 849 | margin-bottom: 0.5rem; |
| 850 | } |
| 851 | |
| 852 | .mt-8 { |
| 853 | margin-top: 2rem; |
| 854 | } |
| 855 | |
| 856 | .ml-4 { |
| 857 | margin-left: 1rem; |
| 858 | } |
| 859 | |
| 860 | .mt-2 { |
| 861 | margin-top: 0.5rem; |
| 862 | } |
| 863 | |
| 864 | .\!ml-2 { |
| 865 | margin-left: 0.5rem !important; |
| 866 | } |
| 867 | |
| 868 | .mt-3 { |
| 869 | margin-top: 0.75rem; |
| 870 | } |
| 871 | |
| 872 | .mr-4 { |
| 873 | margin-right: 1rem; |
| 874 | } |
| 875 | |
| 876 | .mb-6 { |
| 877 | margin-bottom: 1.5rem; |
| 878 | } |
| 879 | |
| 880 | .-mb-px { |
| 881 | margin-bottom: -1px; |
| 882 | } |
| 883 | |
| 884 | .mr-3 { |
| 885 | margin-right: 0.75rem; |
| 886 | } |
| 887 | |
| 888 | .-mt-8 { |
| 889 | margin-top: -2rem; |
| 890 | } |
| 891 | |
| 892 | .mb-1 { |
| 893 | margin-bottom: 0.25rem; |
| 894 | } |
| 895 | |
| 896 | .mt-12 { |
| 897 | margin-top: 3rem; |
| 898 | } |
| 899 | |
| 900 | .mb-3 { |
| 901 | margin-bottom: 0.75rem; |
| 902 | } |
| 903 | |
| 904 | .ml-5 { |
| 905 | margin-left: 1.25rem; |
| 906 | } |
| 907 | |
| 908 | .block { |
| 909 | display: block; |
| 910 | } |
| 911 | |
| 912 | .inline-block { |
| 913 | display: inline-block; |
| 914 | } |
| 915 | |
| 916 | .inline { |
| 917 | display: inline; |
| 918 | } |
| 919 | |
| 920 | .flex { |
| 921 | display: flex; |
| 922 | } |
| 923 | |
| 924 | .inline-flex { |
| 925 | display: inline-flex; |
| 926 | } |
| 927 | |
| 928 | .table { |
| 929 | display: table; |
| 930 | } |
| 931 | |
| 932 | .grid { |
| 933 | display: grid; |
| 934 | } |
| 935 | |
| 936 | .contents { |
| 937 | display: contents; |
| 938 | } |
| 939 | |
| 940 | .hidden { |
| 941 | display: none; |
| 942 | } |
| 943 | |
| 944 | .h-5 { |
| 945 | height: 1.25rem; |
| 946 | } |
| 947 | |
| 948 | .h-6 { |
| 949 | height: 1.5rem; |
| 950 | } |
| 951 | |
| 952 | .max-h-56 { |
| 953 | max-height: 14rem; |
| 954 | } |
| 955 | |
| 956 | .w-full { |
| 957 | width: 100%; |
| 958 | } |
| 959 | |
| 960 | .w-6 { |
| 961 | width: 1.5rem; |
| 962 | } |
| 963 | |
| 964 | .w-9 { |
| 965 | width: 2.25rem; |
| 966 | } |
| 967 | |
| 968 | .w-1\/2 { |
| 969 | width: 50%; |
| 970 | } |
| 971 | |
| 972 | .w-3\/4 { |
| 973 | width: 75%; |
| 974 | } |
| 975 | |
| 976 | .w-1\/5 { |
| 977 | width: 20%; |
| 978 | } |
| 979 | |
| 980 | .w-20 { |
| 981 | width: 5rem; |
| 982 | } |
| 983 | |
| 984 | .w-64 { |
| 985 | width: 16rem; |
| 986 | } |
| 987 | |
| 988 | .max-w-full { |
| 989 | max-width: 100%; |
| 990 | } |
| 991 | |
| 992 | .max-w-\[150px\] { |
| 993 | max-width: 150px; |
| 994 | } |
| 995 | |
| 996 | .max-w-xs { |
| 997 | max-width: 20rem; |
| 998 | } |
| 999 | |
| 1000 | .max-w-md { |
| 1001 | max-width: 28rem; |
| 1002 | } |
| 1003 | |
| 1004 | .flex-grow { |
| 1005 | flex-grow: 1; |
| 1006 | } |
| 1007 | |
| 1008 | .cursor-pointer { |
| 1009 | cursor: pointer; |
| 1010 | } |
| 1011 | |
| 1012 | .list-disc { |
| 1013 | list-style-type: none; |
| 1014 | } |
| 1015 | .list-disc span { |
| 1016 | margin-right: 7px; |
| 1017 | } |
| 1018 | |
| 1019 | .auto-cols-auto { |
| 1020 | grid-auto-columns: auto; |
| 1021 | } |
| 1022 | |
| 1023 | .grid-flow-col { |
| 1024 | grid-auto-flow: column; |
| 1025 | } |
| 1026 | |
| 1027 | .flex-row { |
| 1028 | flex-direction: row; |
| 1029 | } |
| 1030 | |
| 1031 | .flex-col { |
| 1032 | flex-direction: column; |
| 1033 | } |
| 1034 | |
| 1035 | .flex-wrap { |
| 1036 | flex-wrap: wrap; |
| 1037 | } |
| 1038 | |
| 1039 | .items-center { |
| 1040 | align-items: center; |
| 1041 | } |
| 1042 | |
| 1043 | .justify-between { |
| 1044 | justify-content: space-between; |
| 1045 | } |
| 1046 | |
| 1047 | .gap-5 { |
| 1048 | gap: 1.25rem; |
| 1049 | } |
| 1050 | |
| 1051 | .gap-3 { |
| 1052 | gap: 0.75rem; |
| 1053 | } |
| 1054 | |
| 1055 | .overflow-auto { |
| 1056 | overflow: auto; |
| 1057 | } |
| 1058 | |
| 1059 | .overflow-y-scroll { |
| 1060 | overflow-y: scroll; |
| 1061 | } |
| 1062 | |
| 1063 | .rounded-full { |
| 1064 | border-radius: 9999px; |
| 1065 | } |
| 1066 | |
| 1067 | .rounded { |
| 1068 | border-radius: 0.25rem; |
| 1069 | } |
| 1070 | |
| 1071 | .rounded-lg { |
| 1072 | border-radius: 0.5rem; |
| 1073 | } |
| 1074 | |
| 1075 | .rounded-b { |
| 1076 | border-bottom-right-radius: 0.25rem; |
| 1077 | border-bottom-left-radius: 0.25rem; |
| 1078 | } |
| 1079 | |
| 1080 | .border { |
| 1081 | border-width: 1px; |
| 1082 | } |
| 1083 | |
| 1084 | .border-t-4 { |
| 1085 | border-top-width: 4px; |
| 1086 | } |
| 1087 | |
| 1088 | .border-t { |
| 1089 | border-top-width: 1px; |
| 1090 | } |
| 1091 | |
| 1092 | .border-b { |
| 1093 | border-bottom-width: 1px; |
| 1094 | } |
| 1095 | |
| 1096 | .border-r { |
| 1097 | border-right-width: 1px; |
| 1098 | } |
| 1099 | |
| 1100 | .border-sky-200 { |
| 1101 | --tw-border-opacity: 1; |
| 1102 | border-color: rgb(186 230 253 / var(--tw-border-opacity)); |
| 1103 | } |
| 1104 | |
| 1105 | .border-red-200 { |
| 1106 | --tw-border-opacity: 1; |
| 1107 | border-color: rgb(254 202 202 / var(--tw-border-opacity)); |
| 1108 | } |
| 1109 | |
| 1110 | .border-green-200 { |
| 1111 | --tw-border-opacity: 1; |
| 1112 | border-color: rgb(187 247 208 / var(--tw-border-opacity)); |
| 1113 | } |
| 1114 | |
| 1115 | .border-orange-200 { |
| 1116 | --tw-border-opacity: 1; |
| 1117 | border-color: rgb(254 215 170 / var(--tw-border-opacity)); |
| 1118 | } |
| 1119 | |
| 1120 | .border-indigo-200 { |
| 1121 | --tw-border-opacity: 1; |
| 1122 | border-color: rgb(199 210 254 / var(--tw-border-opacity)); |
| 1123 | } |
| 1124 | |
| 1125 | .border-rose-200 { |
| 1126 | --tw-border-opacity: 1; |
| 1127 | border-color: rgb(254 205 211 / var(--tw-border-opacity)); |
| 1128 | } |
| 1129 | |
| 1130 | .border-purple-200 { |
| 1131 | --tw-border-opacity: 1; |
| 1132 | border-color: rgb(233 213 255 / var(--tw-border-opacity)); |
| 1133 | } |
| 1134 | |
| 1135 | .border-stone-200 { |
| 1136 | --tw-border-opacity: 1; |
| 1137 | border-color: rgb(231 229 228 / var(--tw-border-opacity)); |
| 1138 | } |
| 1139 | |
| 1140 | .border-yellow-200 { |
| 1141 | --tw-border-opacity: 1; |
| 1142 | border-color: rgb(254 240 138 / var(--tw-border-opacity)); |
| 1143 | } |
| 1144 | |
| 1145 | .border-lime-200 { |
| 1146 | --tw-border-opacity: 1; |
| 1147 | border-color: rgb(217 249 157 / var(--tw-border-opacity)); |
| 1148 | } |
| 1149 | |
| 1150 | .border-inherit { |
| 1151 | border-color: inherit; |
| 1152 | } |
| 1153 | |
| 1154 | .border-green-500 { |
| 1155 | --tw-border-opacity: 1; |
| 1156 | border-color: rgb(34 197 94 / var(--tw-border-opacity)); |
| 1157 | } |
| 1158 | |
| 1159 | .border-transparent { |
| 1160 | border-color: transparent; |
| 1161 | } |
| 1162 | |
| 1163 | .bg-white { |
| 1164 | --tw-bg-opacity: 1; |
| 1165 | background-color: rgb(255 255 255 / var(--tw-bg-opacity)); |
| 1166 | } |
| 1167 | |
| 1168 | .bg-blue-500 { |
| 1169 | --tw-bg-opacity: 1; |
| 1170 | background-color: rgb(59 130 246 / var(--tw-bg-opacity)); |
| 1171 | } |
| 1172 | |
| 1173 | .bg-gray-200 { |
| 1174 | --tw-bg-opacity: 1; |
| 1175 | background-color: rgb(229 231 235 / var(--tw-bg-opacity)); |
| 1176 | } |
| 1177 | |
| 1178 | .bg-amber-50 { |
| 1179 | --tw-bg-opacity: 1; |
| 1180 | background-color: rgb(255 251 235 / var(--tw-bg-opacity)); |
| 1181 | } |
| 1182 | |
| 1183 | .bg-green-50 { |
| 1184 | --tw-bg-opacity: 1; |
| 1185 | background-color: rgb(240 253 244 / var(--tw-bg-opacity)); |
| 1186 | } |
| 1187 | |
| 1188 | .bg-gray-100 { |
| 1189 | --tw-bg-opacity: 1; |
| 1190 | background-color: rgb(243 244 246 / var(--tw-bg-opacity)); |
| 1191 | } |
| 1192 | |
| 1193 | .\!bg-white { |
| 1194 | --tw-bg-opacity: 1 !important; |
| 1195 | background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important; |
| 1196 | } |
| 1197 | |
| 1198 | .bg-indigo-200 { |
| 1199 | --tw-bg-opacity: 1; |
| 1200 | background-color: rgb(199 210 254 / var(--tw-bg-opacity)); |
| 1201 | } |
| 1202 | |
| 1203 | .bg-indigo-500 { |
| 1204 | --tw-bg-opacity: 1; |
| 1205 | background-color: rgb(99 102 241 / var(--tw-bg-opacity)); |
| 1206 | } |
| 1207 | |
| 1208 | .bg-opacity-75 { |
| 1209 | --tw-bg-opacity: 0.75; |
| 1210 | } |
| 1211 | |
| 1212 | .fill-current { |
| 1213 | fill: currentColor; |
| 1214 | } |
| 1215 | |
| 1216 | .stroke-current { |
| 1217 | stroke: currentColor; |
| 1218 | } |
| 1219 | |
| 1220 | .stroke-2 { |
| 1221 | stroke-width: 2; |
| 1222 | } |
| 1223 | |
| 1224 | .p-8 { |
| 1225 | padding: 2rem; |
| 1226 | } |
| 1227 | |
| 1228 | .p-7 { |
| 1229 | padding: 1.75rem; |
| 1230 | } |
| 1231 | |
| 1232 | .p-5 { |
| 1233 | padding: 1.25rem; |
| 1234 | } |
| 1235 | |
| 1236 | .p-6 { |
| 1237 | padding: 1.5rem; |
| 1238 | } |
| 1239 | |
| 1240 | .p-1 { |
| 1241 | padding: 0.25rem; |
| 1242 | } |
| 1243 | |
| 1244 | .p-2 { |
| 1245 | padding: 0.5rem; |
| 1246 | } |
| 1247 | |
| 1248 | .p-3 { |
| 1249 | padding: 0.75rem; |
| 1250 | } |
| 1251 | |
| 1252 | .p-4 { |
| 1253 | padding: 1rem; |
| 1254 | } |
| 1255 | |
| 1256 | .px-4 { |
| 1257 | padding-left: 1rem; |
| 1258 | padding-right: 1rem; |
| 1259 | } |
| 1260 | |
| 1261 | .py-3 { |
| 1262 | padding-top: 0.75rem; |
| 1263 | padding-bottom: 0.75rem; |
| 1264 | } |
| 1265 | |
| 1266 | .py-1 { |
| 1267 | padding-top: 0.25rem; |
| 1268 | padding-bottom: 0.25rem; |
| 1269 | } |
| 1270 | |
| 1271 | .px-6 { |
| 1272 | padding-left: 1.5rem; |
| 1273 | padding-right: 1.5rem; |
| 1274 | } |
| 1275 | |
| 1276 | .py-4 { |
| 1277 | padding-top: 1rem; |
| 1278 | padding-bottom: 1rem; |
| 1279 | } |
| 1280 | |
| 1281 | .py-8 { |
| 1282 | padding-top: 2rem; |
| 1283 | padding-bottom: 2rem; |
| 1284 | } |
| 1285 | |
| 1286 | .px-3 { |
| 1287 | padding-left: 0.75rem; |
| 1288 | padding-right: 0.75rem; |
| 1289 | } |
| 1290 | |
| 1291 | .px-0\.5 { |
| 1292 | padding-left: 0.125rem; |
| 1293 | padding-right: 0.125rem; |
| 1294 | } |
| 1295 | |
| 1296 | .px-0 { |
| 1297 | padding-left: 0px; |
| 1298 | padding-right: 0px; |
| 1299 | } |
| 1300 | |
| 1301 | .px-1 { |
| 1302 | padding-left: 0.25rem; |
| 1303 | padding-right: 0.25rem; |
| 1304 | } |
| 1305 | |
| 1306 | .pt-6 { |
| 1307 | padding-top: 1.5rem; |
| 1308 | } |
| 1309 | |
| 1310 | .pb-6 { |
| 1311 | padding-bottom: 1.5rem; |
| 1312 | } |
| 1313 | |
| 1314 | .pl-4 { |
| 1315 | padding-left: 1rem; |
| 1316 | } |
| 1317 | |
| 1318 | .pr-10 { |
| 1319 | padding-right: 2.5rem; |
| 1320 | } |
| 1321 | |
| 1322 | .pt-1 { |
| 1323 | padding-top: 0.25rem; |
| 1324 | } |
| 1325 | |
| 1326 | .pb-1 { |
| 1327 | padding-bottom: 0.25rem; |
| 1328 | } |
| 1329 | |
| 1330 | .text-left { |
| 1331 | text-align: left; |
| 1332 | } |
| 1333 | |
| 1334 | .text-center { |
| 1335 | text-align: center; |
| 1336 | } |
| 1337 | |
| 1338 | .text-right { |
| 1339 | text-align: right; |
| 1340 | } |
| 1341 | |
| 1342 | .align-middle { |
| 1343 | vertical-align: middle; |
| 1344 | } |
| 1345 | |
| 1346 | .font-sans { |
| 1347 | font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
| 1348 | } |
| 1349 | |
| 1350 | .text-4xl { |
| 1351 | font-size: 2.25rem; |
| 1352 | line-height: 2.5rem; |
| 1353 | } |
| 1354 | |
| 1355 | .text-base { |
| 1356 | font-size: 1rem; |
| 1357 | line-height: 1.5rem; |
| 1358 | } |
| 1359 | |
| 1360 | .text-sm { |
| 1361 | font-size: 0.875rem; |
| 1362 | line-height: 1.25rem; |
| 1363 | } |
| 1364 | |
| 1365 | .text-lg { |
| 1366 | font-size: 1.125rem; |
| 1367 | line-height: 1.75rem; |
| 1368 | } |
| 1369 | |
| 1370 | .text-xs { |
| 1371 | font-size: 0.75rem; |
| 1372 | line-height: 1rem; |
| 1373 | } |
| 1374 | |
| 1375 | .font-bold { |
| 1376 | font-weight: 700; |
| 1377 | } |
| 1378 | |
| 1379 | .font-medium { |
| 1380 | font-weight: 500; |
| 1381 | } |
| 1382 | |
| 1383 | .font-normal { |
| 1384 | font-weight: 400; |
| 1385 | } |
| 1386 | |
| 1387 | .leading-6 { |
| 1388 | line-height: 1.5rem; |
| 1389 | } |
| 1390 | |
| 1391 | .leading-none { |
| 1392 | line-height: 1; |
| 1393 | } |
| 1394 | |
| 1395 | .leading-loose { |
| 1396 | line-height: 2; |
| 1397 | } |
| 1398 | |
| 1399 | .text-sky-600 { |
| 1400 | --tw-text-opacity: 1; |
| 1401 | color: rgb(2 132 199 / var(--tw-text-opacity)); |
| 1402 | } |
| 1403 | |
| 1404 | .text-red-600 { |
| 1405 | --tw-text-opacity: 1; |
| 1406 | color: rgb(220 38 38 / var(--tw-text-opacity)); |
| 1407 | } |
| 1408 | |
| 1409 | .text-green-600 { |
| 1410 | --tw-text-opacity: 1; |
| 1411 | color: rgb(22 163 74 / var(--tw-text-opacity)); |
| 1412 | } |
| 1413 | |
| 1414 | .text-orange-600 { |
| 1415 | --tw-text-opacity: 1; |
| 1416 | color: rgb(234 88 12 / var(--tw-text-opacity)); |
| 1417 | } |
| 1418 | |
| 1419 | .text-indigo-600 { |
| 1420 | --tw-text-opacity: 1; |
| 1421 | color: rgb(79 70 229 / var(--tw-text-opacity)); |
| 1422 | } |
| 1423 | |
| 1424 | .text-rose-600 { |
| 1425 | --tw-text-opacity: 1; |
| 1426 | color: rgb(225 29 72 / var(--tw-text-opacity)); |
| 1427 | } |
| 1428 | |
| 1429 | .text-purple-600 { |
| 1430 | --tw-text-opacity: 1; |
| 1431 | color: rgb(147 51 234 / var(--tw-text-opacity)); |
| 1432 | } |
| 1433 | |
| 1434 | .text-stone-600 { |
| 1435 | --tw-text-opacity: 1; |
| 1436 | color: rgb(87 83 78 / var(--tw-text-opacity)); |
| 1437 | } |
| 1438 | |
| 1439 | .text-yellow-600 { |
| 1440 | --tw-text-opacity: 1; |
| 1441 | color: rgb(202 138 4 / var(--tw-text-opacity)); |
| 1442 | } |
| 1443 | |
| 1444 | .text-lime-600 { |
| 1445 | --tw-text-opacity: 1; |
| 1446 | color: rgb(101 163 13 / var(--tw-text-opacity)); |
| 1447 | } |
| 1448 | |
| 1449 | .text-white { |
| 1450 | --tw-text-opacity: 1; |
| 1451 | color: rgb(255 255 255 / var(--tw-text-opacity)); |
| 1452 | } |
| 1453 | |
| 1454 | .text-gray-900 { |
| 1455 | --tw-text-opacity: 1; |
| 1456 | color: rgb(17 24 39 / var(--tw-text-opacity)); |
| 1457 | } |
| 1458 | |
| 1459 | .text-red-300 { |
| 1460 | --tw-text-opacity: 1; |
| 1461 | color: rgb(252 165 165 / var(--tw-text-opacity)); |
| 1462 | } |
| 1463 | |
| 1464 | .text-sky-500 { |
| 1465 | --tw-text-opacity: 1; |
| 1466 | color: rgb(14 165 233 / var(--tw-text-opacity)); |
| 1467 | } |
| 1468 | |
| 1469 | .text-red-500 { |
| 1470 | --tw-text-opacity: 1; |
| 1471 | color: rgb(239 68 68 / var(--tw-text-opacity)); |
| 1472 | } |
| 1473 | |
| 1474 | .text-teal-900 { |
| 1475 | --tw-text-opacity: 1; |
| 1476 | color: rgb(19 78 74 / var(--tw-text-opacity)); |
| 1477 | } |
| 1478 | |
| 1479 | .text-teal-500 { |
| 1480 | --tw-text-opacity: 1; |
| 1481 | color: rgb(20 184 166 / var(--tw-text-opacity)); |
| 1482 | } |
| 1483 | |
| 1484 | .text-gray-500 { |
| 1485 | --tw-text-opacity: 1; |
| 1486 | color: rgb(107 114 128 / var(--tw-text-opacity)); |
| 1487 | } |
| 1488 | |
| 1489 | .text-gray-600 { |
| 1490 | --tw-text-opacity: 1; |
| 1491 | color: rgb(75 85 99 / var(--tw-text-opacity)); |
| 1492 | } |
| 1493 | |
| 1494 | .text-gray-400 { |
| 1495 | --tw-text-opacity: 1; |
| 1496 | color: rgb(156 163 175 / var(--tw-text-opacity)); |
| 1497 | } |
| 1498 | |
| 1499 | .text-gray-800 { |
| 1500 | --tw-text-opacity: 1; |
| 1501 | color: rgb(31 41 55 / var(--tw-text-opacity)); |
| 1502 | } |
| 1503 | |
| 1504 | .text-slate-500 { |
| 1505 | --tw-text-opacity: 1; |
| 1506 | color: rgb(100 116 139 / var(--tw-text-opacity)); |
| 1507 | } |
| 1508 | |
| 1509 | .underline { |
| 1510 | text-decoration-line: underline; |
| 1511 | } |
| 1512 | |
| 1513 | .decoration-sky-600 { |
| 1514 | text-decoration-color: #0284c7; |
| 1515 | } |
| 1516 | |
| 1517 | .decoration-red-600 { |
| 1518 | text-decoration-color: #dc2626; |
| 1519 | } |
| 1520 | |
| 1521 | .decoration-green-600 { |
| 1522 | text-decoration-color: #16a34a; |
| 1523 | } |
| 1524 | |
| 1525 | .decoration-orange-600 { |
| 1526 | text-decoration-color: #ea580c; |
| 1527 | } |
| 1528 | |
| 1529 | .decoration-indigo-600 { |
| 1530 | text-decoration-color: #4f46e5; |
| 1531 | } |
| 1532 | |
| 1533 | .decoration-rose-600 { |
| 1534 | text-decoration-color: #e11d48; |
| 1535 | } |
| 1536 | |
| 1537 | .decoration-purple-600 { |
| 1538 | text-decoration-color: #9333ea; |
| 1539 | } |
| 1540 | |
| 1541 | .decoration-stone-600 { |
| 1542 | text-decoration-color: #57534e; |
| 1543 | } |
| 1544 | |
| 1545 | .decoration-yellow-600 { |
| 1546 | text-decoration-color: #ca8a04; |
| 1547 | } |
| 1548 | |
| 1549 | .decoration-lime-600 { |
| 1550 | text-decoration-color: #65a30d; |
| 1551 | } |
| 1552 | |
| 1553 | .decoration-2 { |
| 1554 | text-decoration-thickness: 2px; |
| 1555 | } |
| 1556 | |
| 1557 | .shadow-md { |
| 1558 | --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); |
| 1559 | --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); |
| 1560 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 1561 | } |
| 1562 | |
| 1563 | .shadow { |
| 1564 | --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); |
| 1565 | --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); |
| 1566 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 1567 | } |
| 1568 | |
| 1569 | .shadow-lg { |
| 1570 | --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); |
| 1571 | --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); |
| 1572 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 1573 | } |
| 1574 | |
| 1575 | .shadow-sm { |
| 1576 | --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); |
| 1577 | --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); |
| 1578 | box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); |
| 1579 | } |
| 1580 | |
| 1581 | .drop-shadow-sm { |
| 1582 | --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)); |
| 1583 | filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); |
| 1584 | } |
| 1585 | |
| 1586 | .filter { |
| 1587 | filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); |
| 1588 | } |
| 1589 | |
| 1590 | .transition { |
| 1591 | transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; |
| 1592 | transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); |
| 1593 | transition-duration: 150ms; |
| 1594 | } |
| 1595 | |
| 1596 | .duration-300 { |
| 1597 | transition-duration: 300ms; |
| 1598 | } |
| 1599 | |
| 1600 | .duration-100 { |
| 1601 | transition-duration: 100ms; |
| 1602 | } |
| 1603 | |
| 1604 | .ease-in-out { |
| 1605 | transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); |
| 1606 | } |
| 1607 | |
| 1608 | .after\:absolute::after { |
| 1609 | content: var(--tw-content); |
| 1610 | position: absolute; |
| 1611 | } |
| 1612 | |
| 1613 | .after\:top-\[2px\]::after { |
| 1614 | content: var(--tw-content); |
| 1615 | top: 2px; |
| 1616 | } |
| 1617 | |
| 1618 | .after\:h-4::after { |
| 1619 | content: var(--tw-content); |
| 1620 | height: 1rem; |
| 1621 | } |
| 1622 | |
| 1623 | .after\:w-4::after { |
| 1624 | content: var(--tw-content); |
| 1625 | width: 1rem; |
| 1626 | } |
| 1627 | |
| 1628 | .after\:rounded-full::after { |
| 1629 | content: var(--tw-content); |
| 1630 | border-radius: 9999px; |
| 1631 | } |
| 1632 | |
| 1633 | .after\:border::after { |
| 1634 | content: var(--tw-content); |
| 1635 | border-width: 1px; |
| 1636 | } |
| 1637 | |
| 1638 | .after\:border-gray-300::after { |
| 1639 | content: var(--tw-content); |
| 1640 | --tw-border-opacity: 1; |
| 1641 | border-color: rgb(209 213 219 / var(--tw-border-opacity)); |
| 1642 | } |
| 1643 | |
| 1644 | .after\:bg-white::after { |
| 1645 | content: var(--tw-content); |
| 1646 | --tw-bg-opacity: 1; |
| 1647 | background-color: rgb(255 255 255 / var(--tw-bg-opacity)); |
| 1648 | } |
| 1649 | |
| 1650 | .after\:transition-all::after { |
| 1651 | content: var(--tw-content); |
| 1652 | transition-property: all; |
| 1653 | transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); |
| 1654 | transition-duration: 150ms; |
| 1655 | } |
| 1656 | |
| 1657 | .after\:content-\[\'\'\]::after { |
| 1658 | --tw-content: ''; |
| 1659 | content: var(--tw-content); |
| 1660 | } |
| 1661 | |
| 1662 | .hover\:bg-blue-600:hover { |
| 1663 | --tw-bg-opacity: 1; |
| 1664 | background-color: rgb(37 99 235 / var(--tw-bg-opacity)); |
| 1665 | } |
| 1666 | |
| 1667 | .hover\:bg-gray-400:hover { |
| 1668 | --tw-bg-opacity: 1; |
| 1669 | background-color: rgb(156 163 175 / var(--tw-bg-opacity)); |
| 1670 | } |
| 1671 | |
| 1672 | .hover\:bg-gray-100:hover { |
| 1673 | --tw-bg-opacity: 1; |
| 1674 | background-color: rgb(243 244 246 / var(--tw-bg-opacity)); |
| 1675 | } |
| 1676 | |
| 1677 | .hover\:bg-indigo-200:hover { |
| 1678 | --tw-bg-opacity: 1; |
| 1679 | background-color: rgb(199 210 254 / var(--tw-bg-opacity)); |
| 1680 | } |
| 1681 | |
| 1682 | .hover\:bg-opacity-75:hover { |
| 1683 | --tw-bg-opacity: 0.75; |
| 1684 | } |
| 1685 | |
| 1686 | .hover\:text-white:hover { |
| 1687 | --tw-text-opacity: 1; |
| 1688 | color: rgb(255 255 255 / var(--tw-text-opacity)); |
| 1689 | } |
| 1690 | |
| 1691 | .focus\:outline-none:focus { |
| 1692 | outline: 2px solid transparent; |
| 1693 | outline-offset: 2px; |
| 1694 | } |
| 1695 | |
| 1696 | .focus\:ring:focus { |
| 1697 | --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); |
| 1698 | --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color); |
| 1699 | box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); |
| 1700 | } |
| 1701 | |
| 1702 | .focus\:ring-blue-600:focus { |
| 1703 | --tw-ring-opacity: 1; |
| 1704 | --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity)); |
| 1705 | } |
| 1706 | |
| 1707 | .focus\:ring-opacity-50:focus { |
| 1708 | --tw-ring-opacity: 0.5; |
| 1709 | } |
| 1710 | |
| 1711 | .peer:checked ~ .peer-checked\:bg-blue-600 { |
| 1712 | --tw-bg-opacity: 1; |
| 1713 | background-color: rgb(37 99 235 / var(--tw-bg-opacity)); |
| 1714 | } |
| 1715 | |
| 1716 | .peer:checked ~ .peer-checked\:after\:translate-x-full::after { |
| 1717 | content: var(--tw-content); |
| 1718 | --tw-translate-x: 100%; |
| 1719 | transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); |
| 1720 | } |
| 1721 | |
| 1722 | .peer:checked ~ .peer-checked\:after\:border-white::after { |
| 1723 | content: var(--tw-content); |
| 1724 | --tw-border-opacity: 1; |
| 1725 | border-color: rgb(255 255 255 / var(--tw-border-opacity)); |
| 1726 | } |
| 1727 | |
| 1728 | .peer:focus ~ .peer-focus\:outline-none { |
| 1729 | outline: 2px solid transparent; |
| 1730 | outline-offset: 2px; |
| 1731 | } |
| 1732 | |
| 1733 | .peer:focus ~ .peer-focus\:ring-0 { |
| 1734 | --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); |
| 1735 | --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); |
| 1736 | box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); |
| 1737 | } |
| 1738 | |
| 1739 | .peer:focus ~ .peer-focus\:ring-blue-300 { |
| 1740 | --tw-ring-opacity: 1; |
| 1741 | --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity)); |
| 1742 | } |
| 1743 | |
| 1744 | [dir="rtl"] .peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full::after { |
| 1745 | content: var(--tw-content); |
| 1746 | --tw-translate-x: -100%; |
| 1747 | transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); |
| 1748 | } |
| 1749 | |
| 1750 | @media (prefers-color-scheme: dark) { |
| 1751 | .dark\:border-gray-600 { |
| 1752 | --tw-border-opacity: 1; |
| 1753 | border-color: rgb(75 85 99 / var(--tw-border-opacity)); |
| 1754 | } |
| 1755 | |
| 1756 | .dark\:bg-gray-700 { |
| 1757 | --tw-bg-opacity: 1; |
| 1758 | background-color: rgb(55 65 81 / var(--tw-bg-opacity)); |
| 1759 | } |
| 1760 | |
| 1761 | .dark\:text-gray-300 { |
| 1762 | --tw-text-opacity: 1; |
| 1763 | color: rgb(209 213 219 / var(--tw-text-opacity)); |
| 1764 | } |
| 1765 | |
| 1766 | .peer:focus ~ .dark\:peer-focus\:ring-blue-800 { |
| 1767 | --tw-ring-opacity: 1; |
| 1768 | --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity)); |
| 1769 | } |
| 1770 | } |
| 1771 | |
| 1772 | @media (min-width: 640px) { |
| 1773 | .sm\:rounded { |
| 1774 | border-radius: 0.25rem; |
| 1775 | } |
| 1776 | |
| 1777 | .sm\:border-l { |
| 1778 | border-left-width: 1px; |
| 1779 | } |
| 1780 | |
| 1781 | .sm\:border-r { |
| 1782 | border-right-width: 1px; |
| 1783 | } |
| 1784 | |
| 1785 | .sm\:px-4 { |
| 1786 | padding-left: 1rem; |
| 1787 | padding-right: 1rem; |
| 1788 | } |
| 1789 | } |
| 1790 | |
| 1791 | @media (min-width: 768px) { |
| 1792 | .md\:border-r { |
| 1793 | border-right-width: 1px; |
| 1794 | } |
| 1795 | |
| 1796 | .md\:border-b { |
| 1797 | border-bottom-width: 1px; |
| 1798 | } |
| 1799 | |
| 1800 | .md\:pb-6 { |
| 1801 | padding-bottom: 1.5rem; |
| 1802 | } |
| 1803 | } |
| 1804 | |
| 1805 | @media (min-width: 1024px) { |
| 1806 | .lg\:flex { |
| 1807 | display: flex; |
| 1808 | } |
| 1809 | |
| 1810 | .lg\:w-1\/2 { |
| 1811 | width: 50%; |
| 1812 | } |
| 1813 | |
| 1814 | .lg\:border-b-0 { |
| 1815 | border-bottom-width: 0px; |
| 1816 | } |
| 1817 | } |