|
179 | 179 | } |
180 | 180 | } |
181 | 181 |
|
182 | | -.countdownWrap { |
183 | | - display: grid; |
184 | | - gap: 0.75rem; |
185 | | - max-width: 520px; |
186 | | -} |
187 | | - |
188 | | -.countdownLabel { |
189 | | - color: @muted; |
190 | | - font-size: 0.72rem; |
191 | | - font-family: @heading; |
192 | | - letter-spacing: 0.1em; |
193 | | - text-transform: uppercase; |
194 | | -} |
195 | | - |
196 | | -.countdownGrid { |
197 | | - display: grid; |
198 | | - grid-template-columns: repeat(4, minmax(0, 1fr)); |
199 | | - gap: 0.8rem; |
200 | | -} |
201 | | - |
202 | | -.countdownCell { |
203 | | - gap: 0.7rem; |
204 | | - box-shadow: |
205 | | - inset 0 0 0 1px rgba(255, 255, 255, 0.03), |
206 | | - 0 0 26px rgba(44, 232, 255, 0.08); |
207 | | - border: 1px solid rgba(44, 232, 255, 0.26); |
208 | | - border-radius: 18px; |
209 | | - background: linear-gradient(180deg, rgba(44, 232, 255, 0.08), rgba(44, 232, 255, 0.03)); |
210 | | - min-height: 120px; |
211 | | - |
212 | | - strong { |
213 | | - color: #fff; |
214 | | - font-size: clamp(2.3rem, 4vw, 3.8rem); |
215 | | - line-height: 1; |
216 | | - font-family: @heading; |
217 | | - letter-spacing: 0.08em; |
218 | | - } |
219 | | - |
220 | | - span { |
221 | | - color: rgba(255, 255, 255, 0.72); |
222 | | - font-size: 0.82rem; |
223 | | - font-family: @heading; |
224 | | - letter-spacing: 0.2em; |
225 | | - text-transform: uppercase; |
226 | | - } |
227 | | -} |
228 | | - |
229 | 182 | .actionButton { |
| 183 | + // prettier-ignore |
| 184 | + .button-primary(); |
| 185 | + |
230 | 186 | box-shadow: 0 0 28px rgba(44, 232, 255, 0.14); |
231 | 187 | border-color: rgba(44, 232, 255, 0.48); |
232 | 188 | background: rgba(44, 232, 255, 0.08); |
|
240 | 196 | } |
241 | 197 |
|
242 | 198 | .actionButtonGhost { |
| 199 | + // prettier-ignore |
| 200 | + .button-ghost(); |
| 201 | + |
243 | 202 | border-color: rgba(255, 255, 255, 0.16); |
244 | 203 | background: rgba(255, 255, 255, 0.03); |
245 | 204 | color: rgba(255, 255, 255, 0.82); |
|
442 | 401 | .heroBadge { |
443 | 402 | font-size: 0.72rem; |
444 | 403 | } |
445 | | - |
446 | | - .countdownGrid { |
447 | | - grid-template-columns: repeat(2, minmax(0, 1fr)); |
448 | | - } |
449 | | - |
450 | | - .countdownCell { |
451 | | - min-height: 96px; |
452 | | - |
453 | | - strong { |
454 | | - font-size: 2rem; |
455 | | - } |
456 | | - } |
457 | 404 | } |
0 commit comments