|
37 | 37 | } |
38 | 38 |
|
39 | 39 | .download-nav-link { |
40 | | - @apply flex items-center gap-2; |
41 | | - @apply p-2; |
42 | | - @apply datum-text-base; |
43 | | - @apply text-midnight-fjord/80; |
| 40 | + @apply flex items-center gap-2 rounded-md p-2; |
| 41 | + @apply datum-text-sm text-midnight-fjord/60 font-medium; |
44 | 42 | @apply transition-colors duration-200; |
45 | | - @apply hover:text-midnight-fjord; |
| 43 | + @apply hover:text-midnight-fjord/80; |
46 | 44 | } |
47 | 45 |
|
48 | 46 | .download-nav-link--active { |
49 | | - /* Figma: Item → Link — glacier pill, midnight text, 8px pad, 6px radius */ |
50 | | - @apply bg-glacier-mist-900 rounded-md p-2; |
51 | | - @apply text-midnight-fjord font-semibold; |
52 | | - @apply hover:bg-glacier-mist-900 hover:text-midnight-fjord; |
| 47 | + @apply text-canyon-clay---links bg-white font-semibold; |
| 48 | + @apply hover:text-canyon-clay---links hover:bg-white; |
53 | 49 |
|
54 | 50 | .download-nav-icon { |
55 | | - @apply text-midnight-fjord; |
| 51 | + @apply text-canyon-clay---links; |
56 | 52 | } |
57 | 53 | } |
58 | 54 |
|
|
187 | 183 | } |
188 | 184 |
|
189 | 185 | .download-nav-mobile-selected { |
190 | | - @apply truncate font-medium text-gray-900; |
| 186 | + @apply text-canyon-clay---links truncate font-semibold; |
191 | 187 | } |
192 | 188 |
|
193 | 189 | .download-nav-mobile-chevron { |
|
221 | 217 | } |
222 | 218 |
|
223 | 219 | .download-nav-mobile-link { |
224 | | - @apply flex items-center gap-2; |
225 | | - @apply px-3 py-1; |
226 | | - @apply datum-text-base; |
227 | | - @apply text-midnight-fjord; |
| 220 | + @apply flex items-center gap-2 rounded-md px-3 py-1; |
| 221 | + @apply datum-text-sm text-midnight-fjord/60 font-medium; |
228 | 222 | @apply transition-colors duration-300 ease-out; |
229 | | - @apply hover:text-canyon-clay---links; |
| 223 | + @apply hover:text-midnight-fjord/80; |
230 | 224 |
|
231 | 225 | &--active { |
232 | | - @apply text-canyon-clay---links font-semibold; |
233 | | - @apply hover:text-midnight-fjord; |
| 226 | + @apply text-canyon-clay---links bg-white font-semibold; |
| 227 | + @apply hover:text-canyon-clay---links hover:bg-white; |
234 | 228 |
|
235 | 229 | .download-nav-mobile-icon { |
236 | 230 | @apply text-canyon-clay---links; |
|
0 commit comments