feat(dashboard-v2): add global typography styles
This commit is contained in:
parent
60b6fd2a48
commit
387e08f69b
|
@ -39,7 +39,14 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
h6 {
|
h6 {
|
||||||
@apply uppercase;
|
@apply uppercase text-xs;
|
||||||
font-size: 0.875rem;
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
@apply mt-2;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
@apply border-t-palette-200;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue