feat(dashboard-v2): add global typography styles
This commit is contained in:
parent
60b6fd2a48
commit
387e08f69b
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue