|
1 | 1 | .link { |
2 | | - --shadow: 0 2px 3px hsla(51, 50%, 44%, .35); |
3 | | - --placeholder-bg: hsla(59, 19%, 50%, 1.0); |
4 | | - --placeholder-bg2: hsla(59, 19%, 50%, 0.7); |
| 2 | + --shadow: 0 2px 3px light-dark(hsla(51, 50%, 44%, .35), #232321); |
| 3 | + --placeholder-bg: light-dark(hsla(59, 19%, 50%, 1.0), hsl(60, 14%, 85%)); |
| 4 | + --placeholder-bg2: light-dark(hsla(59, 19%, 50%, 0.7), hsla(59, 5%, 50%, 0.7)); |
5 | 5 |
|
6 | 6 | display: flex; |
7 | 7 | align-items: center; |
8 | 8 | width: 100%; |
9 | | - height: 60px; |
| 9 | + height: var(--space-2xl); |
10 | 10 | margin: 8px 0; |
11 | | - padding: 0 15px; |
12 | | - background-color: white; |
13 | | - color: #525252; |
14 | | - border-radius: 5px; |
| 11 | + padding: 0 var(--space-s); |
| 12 | + background-color: light-dark(white, #141413); |
| 13 | + color: light-dark(#525252, #f9f7ec); |
| 14 | + border-radius: var(--space-3xs); |
15 | 15 | box-shadow: var(--shadow); |
16 | 16 | cursor: wait; |
17 | 17 | } |
|
31 | 31 | .subtitle { |
32 | 32 | height: 13px; |
33 | 33 | width: 90px; |
34 | | - margin-top: 4px; |
| 34 | + margin-top: var(--space-3xs); |
35 | 35 | border-radius: 6.5px; |
36 | 36 | opacity: 0.2; |
37 | 37 | } |
38 | 38 |
|
39 | 39 | .right { |
40 | 40 | flex-shrink: 0; |
41 | | - height: 16px; |
| 41 | + height: var(--space-s); |
42 | 42 | width: auto; |
43 | | - margin-left: 10px; |
44 | | - color: rgb(118, 131, 138); |
| 43 | + margin-left: var(--space-xs); |
| 44 | + color: light-dark(rgb(118, 131, 138), #cccac2); |
45 | 45 | } |
0 commit comments