|
303 | 303 | } |
304 | 304 |
|
305 | 305 | .mobile-only { |
306 | | - @apply flex lg:hidden; |
| 306 | + @apply lg:hidden flex; |
307 | 307 | } |
308 | 308 |
|
309 | 309 | .desktop-only { |
|
339 | 339 | } |
340 | 340 |
|
341 | 341 | .section-content { |
342 | | - @apply flex flex-col justify-center items-center gap-10 mx-auto mb-20 px-4 lg:px-6 w-full max-w-6xl mt-4 pt-24 lg:pt-52; |
| 342 | + @apply flex flex-col justify-center items-center gap-10 mx-auto mt-4 mb-20 px-4 lg:px-6 pt-24 lg:pt-52 w-full max-w-6xl; |
343 | 343 | } |
344 | 344 |
|
345 | 345 | .section-header { |
346 | | - @apply flex flex-col justify-center items-start lg:items-center gap-6 w-full text-start lg:text-center; |
| 346 | + @apply flex flex-col justify-center items-start lg:items-center gap-6 w-full lg:text-center text-start; |
347 | 347 | } |
348 | 348 |
|
349 | 349 | .gradient-heading { |
350 | | - @apply inline-block bg-clip-text bg-gradient-to-r from-slate-12 to-slate-11 w-full text-balance text-center text-transparent; |
| 350 | + @apply inline-block bg-clip-text bg-gradient-to-r from-slate-12 to-slate-11 w-full text-transparent text-center text-balance; |
351 | 351 | } |
352 | 352 |
|
353 | 353 | .table-header { |
354 | | - @apply font-small text-slate-12 w-auto justify-start pl-4 font-bold; |
| 354 | + @apply justify-start pl-4 w-auto font-small font-bold text-slate-12; |
355 | 355 | } |
356 | 356 |
|
357 | 357 | /* .tab-style { |
358 | | - @apply text-slate-9 cursor-pointer hover:text-slate-11 px-2 py-1 text-sm font-medium data-[state='active']:text-violet-9 not-[data-state='active']:text-slate-11; |
| 358 | + @apply px-2 py-1 font-medium text-slate-9 data-[state='active']:text-violet-9 not-[data-state='active']:text-slate-11 hover:text-slate-11 text-sm cursor-pointer; |
359 | 359 | } */ |
360 | 360 |
|
361 | 361 | @keyframes enterFromRight { |
|
491 | 491 | } |
492 | 492 | } |
493 | 493 |
|
| 494 | +@property --border-angle { |
| 495 | + inherits: false; |
| 496 | + initial-value: 0deg; |
| 497 | + syntax: '<angle>'; |
| 498 | +} |
| 499 | + |
494 | 500 | @layer utilities { |
495 | | - /* Hide scrollbar for Chrome, Safari and Opera */ |
496 | | - .no-scrollbar::-webkit-scrollbar { |
497 | | - display: none; |
498 | | - } |
499 | | - /* Hide scrollbar for IE, Edge and Firefox */ |
500 | | - .no-scrollbar { |
501 | | - -ms-overflow-style: none; /* IE and Edge */ |
502 | | - scrollbar-width: none; /* Firefox */ |
503 | | - } |
504 | | - } |
| 501 | + |
| 502 | + /* Hide scrollbar for Chrome, Safari and Opera */ |
| 503 | + .no-scrollbar::-webkit-scrollbar { |
| 504 | + display: none; |
| 505 | + } |
| 506 | + |
| 507 | + /* Hide scrollbar for IE, Edge and Firefox */ |
| 508 | + .no-scrollbar { |
| 509 | + -ms-overflow-style: none; |
| 510 | + /* IE and Edge */ |
| 511 | + scrollbar-width: none; |
| 512 | + /* Firefox */ |
| 513 | + } |
| 514 | +} |
505 | 515 |
|
506 | 516 | .v-link { |
507 | 517 | /* text-decoration: underline; */ |
|
0 commit comments