| @@ -623,53 +623,5 @@ | ||
| 623 | 623 | } |
| 624 | 624 | |
| 625 | 625 | .patchstack-top-16 { |
| 626 | 626 | margin-top: 16px; |
| 627 | -} | |
| 628 | - | |
| 629 | -/* Connection status row with Retry + last sync */ | |
| 630 | -.patchstack-rows > div.patchstack-connection-row { | |
| 631 | - align-items: center; | |
| 632 | -} | |
| 633 | -.patchstack-retry-link { | |
| 634 | - color: #afe614; | |
| 635 | - text-decoration: none; | |
| 636 | - margin-left: 8px; | |
| 637 | - font-size: 14px; | |
| 638 | -} | |
| 639 | -.patchstack-retry-link:hover { | |
| 640 | - text-decoration: underline; | |
| 641 | -} | |
| 642 | -.patchstack-retry-link.is-loading { | |
| 643 | - opacity: 0.5; | |
| 644 | - cursor: wait; | |
| 645 | - pointer-events: none; | |
| 646 | -} | |
| 647 | -.patchstack-connection-status { | |
| 648 | - display: inline-flex; | |
| 649 | - align-items: center; | |
| 650 | - gap: 8px; | |
| 651 | -} | |
| 652 | -.patchstack-rows > div .patchstack-connection-status.is-connected, | |
| 653 | -.patchstack-rows > div .patchstack-connection-status.is-connected .patchstack-last-sync { | |
| 654 | - color: #afe614; | |
| 655 | -} | |
| 656 | -.patchstack-rows > div .patchstack-connection-status.is-connected .patchstack-status-dot { | |
| 657 | - background-color: #afe614; | |
| 658 | -} | |
| 659 | -.patchstack-rows > div .patchstack-connection-status.is-disconnected, | |
| 660 | -.patchstack-rows > div .patchstack-connection-status.is-disconnected .patchstack-last-sync { | |
| 661 | - color: #ed645e; | |
| 662 | -} | |
| 663 | -.patchstack-rows > div .patchstack-connection-status.is-disconnected .patchstack-status-dot { | |
| 664 | - background-color: #ed645e; | |
| 665 | -} | |
| 666 | -.patchstack-connection-status .patchstack-last-sync { | |
| 667 | - font-size: 16px; | |
| 668 | -} | |
| 669 | -.patchstack-status-dot { | |
| 670 | - width: 10px; | |
| 671 | - height: 10px; | |
| 672 | - border-radius: 50%; | |
| 673 | - background-color: currentColor; | |
| 674 | - display: inline-block; | |
| 675 | 627 | } |