Add font size variables for consistent typography

This commit is contained in:
daudix
2024-09-15 22:19:35 +03:00
parent 213bb1ddf9
commit b651470c1d
12 changed files with 88 additions and 70 deletions

View File

@ -2,7 +2,7 @@
margin: 1rem 0;
box-shadow: var(--edge-highlight);
border-radius: var(--rounded-corner);
padding: 0.75rem 1rem;
padding: 1rem;
:last-child {
margin-block-end: 0;
@ -21,7 +21,8 @@
}
.big {
font-size: x-large;
font-size: var(--font-size-x-large);
line-height: 1;
.icon {
margin-inline-end: 0.375rem;