List components #31
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user