Update variables.css: add --color-white-50, --space-48 and --space-64

This commit is contained in:
Timothée Goguely 2024-09-09 20:03:56 +02:00
parent d79f195913
commit e2bebc5279

View file

@ -8,6 +8,7 @@
/* Colors */
--color-white-10: hsla(0, 0%, 100%, .1); /* White 10 */
--color-white-50: hsla(0, 0%, 100%, .5); /* White 50 */
--color-white-100: hsla(0, 0%, 100%, 1); /* White 100 */
--color-white: var(--color-white-100); /* White */
--color-grey-50: hsla(0, 0%, 95%, 1); /* Light Grey */
@ -38,12 +39,14 @@
--space-24: 1.5rem;
--space-32: 2rem;
--space-40: 2.5rem;
--space-48: 3rem;
--space-64: 4rem;
/* Type scale */
--text-xs: .75rem; /* 12px */
--text-sm: .875rem; /* 14px */
--text-md: 1rem; /* 16px */
--text-lg: 1.5rem; /* 24px */
--text-md: 1rem; /* 16px */
--text-lg: 1.5rem; /* 24px */
/* Leading */
--leading-none: 1;