amend font sizes

This commit is contained in:
María
2025-09-16 15:39:30 +02:00
committed by María
parent bdbccbb8fa
commit 22ff72f4a8
15 changed files with 75 additions and 79 deletions

View File

@@ -81,11 +81,11 @@
--font-size-H3: 32px;
--font-size-H4: 22px;
--font-size-H5: 16px;
--font-size-2xl: 24px;
--font-size-lg: 18px;
--font-size-base: 16px;
--font-size-sm: 14px;
--font-size-xs: 12px;
--font-size-2xl-custom: 24px;
--font-size-lg-custom: 18px;
--font-size-base-custom: 16px;
--font-size-sm-custom: 14px;
--font-size-xs-custom: 12px;
--font-size-button-base: 16px;
}
}
@@ -101,11 +101,11 @@
--font-size-H3: 24px;
--font-size-H4: 22px;
--font-size-H5: 16px;
--font-size-2xl: 20px;
--font-size-lg: 16px;
--font-size-base: 16px;
--font-size-sm: 14px;
--font-size-xs: 12px;
--font-size-2xl-custom: 20px;
--font-size-lg-custom: 16px;
--font-size-base-custom: 16px;
--font-size-sm-custom: 14px;
--font-size-xs-custom: 12px;
--font-size-button-base: 14px;
}
}
@@ -121,11 +121,11 @@
--font-size-H3: 24px;
--font-size-H4: 22px;
--font-size-H5: 16px;
--font-size-2xl: 18px;
--font-size-lg: 16px;
--font-size-base: 16px;
--font-size-sm: 14px;
--font-size-xs: 12px;
--font-size-2xl-custom: 18px;
--font-size-lg-custom: 16px;
--font-size-base-custom: 16px;
--font-size-sm-custom: 14px;
--font-size-xs-custom: 12px;
--font-size-button-base: 14px;
}
}
@@ -215,6 +215,26 @@ h5 {
}
.text-2xl-custom {
font-size: var(--font-size-2xl-custom);
}
.text-lg-custom {
font-size: var(--font-size-lg-custom);
}
.text-base-custom {
font-size: var(--font-size-base-custom);
}
.text-sm-custom {
font-size: var(--font-size-sm-custom);
}
.text-xs-custom {
font-size: var(--font-size-xs-custom);
}
/* .text-2xl-custom {
font-size: var(--font-size-2xl);
}
.text-lg {
@@ -228,7 +248,7 @@ h5 {
}
.text-xs-custom {
font-size: var(--font-size-xs);
}
} */
.text-button-base {
font-size: var(--font-size-button-base);