feat(dashboard-v2): add global typography styles

This commit is contained in:
Michał Leszczyk 2022-03-15 15:54:10 +01:00
parent 60b6fd2a48
commit 387e08f69b
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 9 additions and 2 deletions

View File

@ -39,7 +39,14 @@
font-size: 1rem;
}
h6 {
@apply uppercase;
font-size: 0.875rem;
@apply uppercase text-xs;
}
p {
@apply mt-2;
}
hr {
@apply border-t-palette-200;
}
}