List components #31

Open
stne3960 wants to merge 57 commits from list_item into main
Showing only changes of commit 69cb86d417 - Show all commits

View File

@ -165,6 +165,48 @@
color: #000000; color: #000000;
} }
/* Text styles - Body */
.body-light-sm {
font-family: 'TheSans Light', 'TheSans', system-ui, sans-serif;
font-size: 14px;
}
.body-normal-md {
font-family: 'TheSans SemiLight', 'TheSans', system-ui, sans-serif;
font-size: 16px;
}
.body-normal-lg {
font-family: 'TheSans SemiLight', 'TheSans', system-ui, sans-serif;
font-size: 18px;
}
.body-semibold-md {
font-family: 'TheSans Plain', 'TheSans', system-ui, sans-serif;
font-size: 16px;
}
.body-semibold-lg {
font-family: 'TheSans Plain', 'TheSans', system-ui, sans-serif;
font-size: 18px;
}
.body-bold-md {
font-family: 'TheSans SemiBold', 'TheSans', system-ui, sans-serif;
font-size: 16px;
}
.body-bold-lg {
font-family: 'TheSans SemiBold', 'TheSans', system-ui, sans-serif;
font-size: 18px;
}
/* Text styles - Heading */
.heading-semibold-lg {
font-family: 'TheSans SemiBold', 'TheSans', system-ui, sans-serif;
font-size: 32px;
}
.dark { .dark {
background-color: #141414; background-color: #141414;
color: #ffffff; color: #ffffff;