feat: update design system
This commit is contained in:
@@ -9,28 +9,28 @@
|
||||
}
|
||||
|
||||
.h1 {
|
||||
font-size: var(--typography-Title1-Mobile-fontSize);
|
||||
line-height: var(--typography-Title1-Mobile-lineHeight);
|
||||
font-size: var(--typography-Title-1-Mobile-fontSize);
|
||||
line-height: var(--typography-Title-1-lineHeight);
|
||||
}
|
||||
|
||||
.h2 {
|
||||
font-size: var(--typography-Title2-Mobile-fontSize);
|
||||
line-height: var(--typography-Title2-Mobile-lineHeight);
|
||||
font-size: var(--typography-Title-2-Mobile-fontSize);
|
||||
line-height: var(--typography-Title-2-lineHeight);
|
||||
}
|
||||
|
||||
.h3 {
|
||||
font-size: var(--typography-Title3-Mobile-fontSize);
|
||||
line-height: var(--typography-Title3-Mobile-lineHeight);
|
||||
font-size: var(--typography-Title-3-Mobile-fontSize);
|
||||
line-height: var(--typography-Title-3-lineHeight);
|
||||
}
|
||||
|
||||
.h4 {
|
||||
font-size: var(--typography-Title4-Mobile-fontSize);
|
||||
line-height: var(--typography-Title4-Mobile-lineHeight);
|
||||
font-size: var(--typography-Title-4-Mobile-fontSize);
|
||||
line-height: var(--typography-Title-4-lineHeight);
|
||||
}
|
||||
|
||||
.h5 {
|
||||
font-size: var(--typography-Title5-Mobile-fontSize);
|
||||
line-height: var(--typography-Title5-Mobile-lineHeight);
|
||||
font-size: var(--typography-Title-5-Mobile-fontSize);
|
||||
line-height: var(--typography-Title-5-lineHeight);
|
||||
}
|
||||
|
||||
.light {
|
||||
@@ -59,27 +59,27 @@
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.h1 {
|
||||
font-size: var(--typography-Title1-Desktop-fontSize);
|
||||
line-height: var(--typography-Title1-Desktop-lineHeight);
|
||||
font-size: var(--typography-Title-1-Desktop-fontSize);
|
||||
line-height: var(--typography-Title-1-lineHeight);
|
||||
}
|
||||
|
||||
.h2 {
|
||||
font-size: var(--typography-Title2-Desktop-fontSize);
|
||||
line-height: var(--typography-Title2-Desktop-lineHeight);
|
||||
font-size: var(--typography-Title-2-Desktop-fontSize);
|
||||
line-height: var(--typography-Title-2-lineHeight);
|
||||
}
|
||||
|
||||
.h3 {
|
||||
font-size: var(--typography-Title3-Desktop-fontSize);
|
||||
line-height: var(--typography-Title3-Desktop-lineHeight);
|
||||
font-size: var(--typography-Title-3-Desktop-fontSize);
|
||||
line-height: var(--typography-Title-3-lineHeight);
|
||||
}
|
||||
|
||||
.h4 {
|
||||
font-size: var(--typography-Title4-Desktop-fontSize);
|
||||
line-height: var(--typography-Title4-Desktop-lineHeight);
|
||||
font-size: var(--typography-Title-4-Desktop-fontSize);
|
||||
line-height: var(--typography-Title-4-lineHeight);
|
||||
}
|
||||
|
||||
.h5 {
|
||||
font-size: var(--typography-Title5-Desktop-fontSize);
|
||||
line-height: var(--typography-Title5-Desktop-lineHeight);
|
||||
font-size: var(--typography-Title-5-Desktop-fontSize);
|
||||
line-height: var(--typography-Title-5-lineHeight);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user