| @@ -1449,28 +1449,17 @@ | ||
| 1449 | 1449 | bottom: 0; |
| 1450 | 1450 | left: 0; |
| 1451 | 1451 | z-index: 0; |
| 1452 | 1452 | background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent); |
| 1453 | - -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite; | |
| 1454 | 1453 | animation: b-skeleton-animate-wave 1.75s linear infinite; |
| 1455 | 1454 | } |
| 1456 | 1455 | @media (prefers-reduced-motion: reduce) { |
| 1457 | 1456 | .b-skeleton-animate-wave::after { |
| 1458 | 1457 | background: none; |
| 1459 | - -webkit-animation: none; | |
| 1460 | 1458 | animation: none; |
| 1461 | 1459 | } |
| 1462 | 1460 | } |
| 1463 | 1461 | |
| 1464 | -@-webkit-keyframes b-skeleton-animate-wave { | |
| 1465 | - from { | |
| 1466 | - transform: translateX(-100%); | |
| 1467 | - } | |
| 1468 | - to { | |
| 1469 | - transform: translateX(100%); | |
| 1470 | - } | |
| 1471 | -} | |
| 1472 | - | |
| 1473 | 1462 | @keyframes b-skeleton-animate-wave { |
| 1474 | 1463 | from { |
| 1475 | 1464 | transform: translateX(-100%); |
| 1476 | 1465 | } |
| @@ -1478,27 +1467,16 @@ | ||
| 1478 | 1467 | transform: translateX(100%); |
| 1479 | 1468 | } |
| 1480 | 1469 | } |
| 1481 | 1470 | .b-skeleton-animate-fade { |
| 1482 | - -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite; | |
| 1483 | 1471 | animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite; |
| 1484 | 1472 | } |
| 1485 | 1473 | @media (prefers-reduced-motion: reduce) { |
| 1486 | 1474 | .b-skeleton-animate-fade { |
| 1487 | - -webkit-animation: none; | |
| 1488 | 1475 | animation: none; |
| 1489 | 1476 | } |
| 1490 | 1477 | } |
| 1491 | 1478 | |
| 1492 | -@-webkit-keyframes b-skeleton-animate-fade { | |
| 1493 | - 0% { | |
| 1494 | - opacity: 1; | |
| 1495 | - } | |
| 1496 | - 100% { | |
| 1497 | - opacity: 0.4; | |
| 1498 | - } | |
| 1499 | -} | |
| 1500 | - | |
| 1501 | 1479 | @keyframes b-skeleton-animate-fade { |
| 1502 | 1480 | 0% { |
| 1503 | 1481 | opacity: 1; |
| 1504 | 1482 | } |
| @@ -1506,27 +1484,16 @@ | ||
| 1506 | 1484 | opacity: 0.4; |
| 1507 | 1485 | } |
| 1508 | 1486 | } |
| 1509 | 1487 | .b-skeleton-animate-throb { |
| 1510 | - -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite; | |
| 1511 | 1488 | animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite; |
| 1512 | 1489 | } |
| 1513 | 1490 | @media (prefers-reduced-motion: reduce) { |
| 1514 | 1491 | .b-skeleton-animate-throb { |
| 1515 | - -webkit-animation: none; | |
| 1516 | 1492 | animation: none; |
| 1517 | 1493 | } |
| 1518 | 1494 | } |
| 1519 | 1495 | |
| 1520 | -@-webkit-keyframes b-skeleton-animate-throb { | |
| 1521 | - 0% { | |
| 1522 | - transform: scale(1); | |
| 1523 | - } | |
| 1524 | - 100% { | |
| 1525 | - transform: scale(0.975); | |
| 1526 | - } | |
| 1527 | -} | |
| 1528 | - | |
| 1529 | 1496 | @keyframes b-skeleton-animate-throb { |
| 1530 | 1497 | 0% { |
| 1531 | 1498 | transform: scale(1); |
| 1532 | 1499 | } |
| @@ -1597,11 +1564,10 @@ | ||
| 1597 | 1564 | overflow-y: visible !important; |
| 1598 | 1565 | max-height: none !important; |
| 1599 | 1566 | } |
| 1600 | 1567 | } |
| 1601 | -@supports ((position: -webkit-sticky) or (position: sticky)) { | |
| 1568 | +@supports (position: sticky) { | |
| 1602 | 1569 | .b-table-sticky-header > .table.b-table > thead > tr > th { |
| 1603 | - position: -webkit-sticky; | |
| 1604 | 1570 | position: sticky; |
| 1605 | 1571 | top: 0; |
| 1606 | 1572 | z-index: 2; |
| 1607 | 1573 | } |
| @@ -1614,9 +1580,8 @@ | ||
| 1614 | 1580 | .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, |
| 1615 | 1581 | [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column, |
| 1616 | 1582 | [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column, |
| 1617 | 1583 | [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column { |
| 1618 | - position: -webkit-sticky; | |
| 1619 | 1584 | position: sticky; |
| 1620 | 1585 | left: 0; |
| 1621 | 1586 | } |
| 1622 | 1587 | .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, |
| @@ -2058,9 +2023,8 @@ | ||
| 2058 | 2023 | .b-toast { |
| 2059 | 2024 | display: block; |
| 2060 | 2025 | position: relative; |
| 2061 | 2026 | max-width: 350px; |
| 2062 | - -webkit-backface-visibility: hidden; | |
| 2063 | 2027 | backface-visibility: hidden; |
| 2064 | 2028 | background-clip: padding-box; |
| 2065 | 2029 | z-index: 1; |
| 2066 | 2030 | border-radius: 0.25rem; |
| @@ -2431,47 +2395,39 @@ | ||
| 2431 | 2395 | vertical-align: -0.15em; |
| 2432 | 2396 | } |
| 2433 | 2397 | .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g { |
| 2434 | 2398 | transform-origin: center; |
| 2435 | - -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon; | |
| 2436 | 2399 | animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon; |
| 2437 | 2400 | } |
| 2438 | 2401 | @media (prefers-reduced-motion: reduce) { |
| 2439 | 2402 | .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g { |
| 2440 | - -webkit-animation: none; | |
| 2441 | 2403 | animation: none; |
| 2442 | 2404 | } |
| 2443 | 2405 | } |
| 2444 | 2406 | .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g { |
| 2445 | 2407 | transform-origin: center; |
| 2446 | - -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical; | |
| 2447 | 2408 | animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical; |
| 2448 | 2409 | } |
| 2449 | 2410 | @media (prefers-reduced-motion: reduce) { |
| 2450 | 2411 | .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g { |
| 2451 | - -webkit-animation: none; | |
| 2452 | 2412 | animation: none; |
| 2453 | 2413 | } |
| 2454 | 2414 | } |
| 2455 | 2415 | .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g { |
| 2456 | 2416 | transform-origin: center; |
| 2457 | - -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade; | |
| 2458 | 2417 | animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade; |
| 2459 | 2418 | } |
| 2460 | 2419 | @media (prefers-reduced-motion: reduce) { |
| 2461 | 2420 | .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g { |
| 2462 | - -webkit-animation: none; | |
| 2463 | 2421 | animation: none; |
| 2464 | 2422 | } |
| 2465 | 2423 | } |
| 2466 | 2424 | .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g { |
| 2467 | 2425 | transform-origin: center; |
| 2468 | - -webkit-animation: 2s infinite linear normal b-icon-animation-spin; | |
| 2469 | 2426 | animation: 2s infinite linear normal b-icon-animation-spin; |
| 2470 | 2427 | } |
| 2471 | 2428 | @media (prefers-reduced-motion: reduce) { |
| 2472 | 2429 | .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g { |
| 2473 | - -webkit-animation: none; | |
| 2474 | 2430 | animation: none; |
| 2475 | 2431 | } |
| 2476 | 2432 | } |
| 2477 | 2433 | .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g { |
| @@ -2479,20 +2435,17 @@ | ||
| 2479 | 2435 | animation: 2s infinite linear reverse b-icon-animation-spin; |
| 2480 | 2436 | } |
| 2481 | 2437 | @media (prefers-reduced-motion: reduce) { |
| 2482 | 2438 | .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g { |
| 2483 | - -webkit-animation: none; | |
| 2484 | 2439 | animation: none; |
| 2485 | 2440 | } |
| 2486 | 2441 | } |
| 2487 | 2442 | .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g { |
| 2488 | 2443 | transform-origin: center; |
| 2489 | - -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin; | |
| 2490 | 2444 | animation: 1s infinite steps(8) normal b-icon-animation-spin; |
| 2491 | 2445 | } |
| 2492 | 2446 | @media (prefers-reduced-motion: reduce) { |
| 2493 | 2447 | .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g { |
| 2494 | - -webkit-animation: none; | |
| 2495 | 2448 | animation: none; |
| 2496 | 2449 | } |
| 2497 | 2450 | } |
| 2498 | 2451 | .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g { |
| @@ -2500,33 +2453,21 @@ | ||
| 2500 | 2453 | animation: 1s infinite steps(8) reverse b-icon-animation-spin; |
| 2501 | 2454 | } |
| 2502 | 2455 | @media (prefers-reduced-motion: reduce) { |
| 2503 | 2456 | .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g { |
| 2504 | - -webkit-animation: none; | |
| 2505 | 2457 | animation: none; |
| 2506 | 2458 | } |
| 2507 | 2459 | } |
| 2508 | 2460 | .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g { |
| 2509 | 2461 | transform-origin: center; |
| 2510 | - -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb; | |
| 2511 | 2462 | animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb; |
| 2512 | 2463 | } |
| 2513 | 2464 | @media (prefers-reduced-motion: reduce) { |
| 2514 | 2465 | .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g { |
| 2515 | - -webkit-animation: none; | |
| 2516 | 2466 | animation: none; |
| 2517 | 2467 | } |
| 2518 | 2468 | } |
| 2519 | 2469 | |
| 2520 | -@-webkit-keyframes b-icon-animation-cylon { | |
| 2521 | - 0% { | |
| 2522 | - transform: translateX(-25%); | |
| 2523 | - } | |
| 2524 | - 100% { | |
| 2525 | - transform: translateX(25%); | |
| 2526 | - } | |
| 2527 | -} | |
| 2528 | - | |
| 2529 | 2470 | @keyframes b-icon-animation-cylon { |
| 2530 | 2471 | 0% { |
| 2531 | 2472 | transform: translateX(-25%); |
| 2532 | 2473 | } |
| @@ -2533,16 +2474,8 @@ | ||
| 2533 | 2474 | 100% { |
| 2534 | 2475 | transform: translateX(25%); |
| 2535 | 2476 | } |
| 2536 | 2477 | } |
| 2537 | -@-webkit-keyframes b-icon-animation-cylon-vertical { | |
| 2538 | - 0% { | |
| 2539 | - transform: translateY(25%); | |
| 2540 | - } | |
| 2541 | - 100% { | |
| 2542 | - transform: translateY(-25%); | |
| 2543 | - } | |
| 2544 | -} | |
| 2545 | 2478 | @keyframes b-icon-animation-cylon-vertical { |
| 2546 | 2479 | 0% { |
| 2547 | 2480 | transform: translateY(25%); |
| 2548 | 2481 | } |
| @@ -2549,16 +2482,8 @@ | ||
| 2549 | 2482 | 100% { |
| 2550 | 2483 | transform: translateY(-25%); |
| 2551 | 2484 | } |
| 2552 | 2485 | } |
| 2553 | -@-webkit-keyframes b-icon-animation-fade { | |
| 2554 | - 0% { | |
| 2555 | - opacity: 0.1; | |
| 2556 | - } | |
| 2557 | - 100% { | |
| 2558 | - opacity: 1; | |
| 2559 | - } | |
| 2560 | -} | |
| 2561 | 2486 | @keyframes b-icon-animation-fade { |
| 2562 | 2487 | 0% { |
| 2563 | 2488 | opacity: 0.1; |
| 2564 | 2489 | } |
| @@ -2565,16 +2490,8 @@ | ||
| 2565 | 2490 | 100% { |
| 2566 | 2491 | opacity: 1; |
| 2567 | 2492 | } |
| 2568 | 2493 | } |
| 2569 | -@-webkit-keyframes b-icon-animation-spin { | |
| 2570 | - 0% { | |
| 2571 | - transform: rotate(0deg); | |
| 2572 | - } | |
| 2573 | - 100% { | |
| 2574 | - transform: rotate(359deg); | |
| 2575 | - } | |
| 2576 | -} | |
| 2577 | 2494 | @keyframes b-icon-animation-spin { |
| 2578 | 2495 | 0% { |
| 2579 | 2496 | transform: rotate(0deg); |
| 2580 | 2497 | } |
| @@ -2579,18 +2496,8 @@ | ||
| 2579 | 2496 | transform: rotate(0deg); |
| 2580 | 2497 | } |
| 2581 | 2498 | 100% { |
| 2582 | 2499 | transform: rotate(359deg); |
| 2583 | - } | |
| 2584 | -} | |
| 2585 | -@-webkit-keyframes b-icon-animation-throb { | |
| 2586 | - 0% { | |
| 2587 | - opacity: 0.5; | |
| 2588 | - transform: scale(0.5); | |
| 2589 | - } | |
| 2590 | - 100% { | |
| 2591 | - opacity: 1; | |
| 2592 | - transform: scale(1); | |
| 2593 | 2500 | } |
| 2594 | 2501 | } |
| 2595 | 2502 | @keyframes b-icon-animation-throb { |
| 2596 | 2503 | 0% { |