|
80 | 80 | ::-webkit-scrollbar-thumb:hover { |
81 | 81 | background: #3bbcf0; |
82 | 82 | } |
| 83 | + |
| 84 | +.driver-popover.ccsync-tour-popover { |
| 85 | + background-color: hsl(var(--card)); |
| 86 | + color: hsl(var(--card-foreground)); |
| 87 | + border-radius: 0.75rem; |
| 88 | + border: 1px solid hsl(var(--border)); |
| 89 | + /* box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18); */ |
| 90 | + max-width: 320px; |
| 91 | + padding: 1rem 1.25rem 1.1rem 1.25rem; |
| 92 | +} |
| 93 | + |
| 94 | +.driver-popover.ccsync-tour-popover .driver-popover-title { |
| 95 | + font-size: 1rem; |
| 96 | + font-weight: 600; |
| 97 | +} |
| 98 | + |
| 99 | +.driver-popover.ccsync-tour-popover .driver-popover-description { |
| 100 | + color: hsl(var(--muted-foreground)); |
| 101 | + line-height: 1.55; |
| 102 | + font-size: 0.92rem; |
| 103 | +} |
| 104 | + |
| 105 | +.driver-popover.ccsync-tour-popover .driver-popover-progress-text { |
| 106 | + color: hsl(var(--muted-foreground)); |
| 107 | + font-size: 0.75rem; |
| 108 | +} |
| 109 | + |
| 110 | +.driver-popover.ccsync-tour-popover .driver-popover-navigation-btns { |
| 111 | + gap: 0.5rem; |
| 112 | +} |
| 113 | + |
| 114 | +.driver-popover.ccsync-tour-popover .driver-popover-navigation-btns button { |
| 115 | + border-radius: 9999px; |
| 116 | + border: 1px solid transparent; |
| 117 | + padding: 0.35rem 0.85rem; |
| 118 | + font-weight: 500; |
| 119 | + cursor: pointer; |
| 120 | + text-shadow: none; |
| 121 | +} |
| 122 | + |
| 123 | +.driver-popover.ccsync-tour-popover |
| 124 | + .driver-popover-navigation-btns |
| 125 | + button.driver-popover-next-btn, |
| 126 | +.driver-popover.ccsync-tour-popover |
| 127 | + .driver-popover-navigation-btns |
| 128 | + button.driver-popover-done-btn { |
| 129 | + background-color: hsl(var(--primary)); |
| 130 | + color: hsl(var(--primary-foreground)); |
| 131 | +} |
| 132 | + |
| 133 | +.driver-popover.ccsync-tour-popover |
| 134 | + .driver-popover-navigation-btns |
| 135 | + button.driver-popover-prev-btn { |
| 136 | + background-color: hsl(var(--secondary)); |
| 137 | + color: hsl(var(--secondary-foreground)); |
| 138 | +} |
| 139 | + |
| 140 | +.driver-popover.ccsync-tour-popover |
| 141 | + .driver-popover-navigation-btns |
| 142 | + button.driver-popover-prev-btn:hover { |
| 143 | + background-color: hsl(var(--accent)); |
| 144 | +} |
| 145 | + |
| 146 | +.driver-popover.ccsync-tour-popover .driver-skip-btn { |
| 147 | + background-color: transparent; |
| 148 | + color: hsl(var(--muted-foreground)); |
| 149 | + border: none; |
| 150 | + padding: 0.35rem 0.6rem; |
| 151 | + font-weight: 500; |
| 152 | + cursor: pointer; |
| 153 | + text-shadow: none; |
| 154 | +} |
| 155 | + |
| 156 | +.driver-popover.ccsync-tour-popover .driver-skip-btn:hover { |
| 157 | + color: hsl(var(--foreground)); |
| 158 | +} |
0 commit comments