-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
1,298 additions
and
4,011 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
@layer base { | ||
@font-face { | ||
font-family: Mulish; | ||
src: url(/MulishVar-latin.woff2) format("woff2"); | ||
unicode-range: U+5, U+20, U+21, U+24, U+25, U+26, U+27, U+2B-2E, U+30-3A, U+3F, U+41-5A, U+61-7A, U+D7, U+2019, U+201C, | ||
U+201D; | ||
font-weight: 200 900; | ||
font-display: swap; | ||
} | ||
} | ||
|
||
@layer components { | ||
.table.issues-table :where(td) { | ||
@apply py-1.5; | ||
} | ||
|
||
.table.issues-table :where(td:nth-last-child(-n+4)) { | ||
@apply text-center; | ||
} | ||
|
||
.table.issues-table :where(td:nth-last-child(-n+3)) { | ||
@apply text-neutral-content; | ||
} | ||
|
||
.stat-value { | ||
@apply font-bold; | ||
@apply text-3xl; | ||
} | ||
} |
Oops, something went wrong.