chore: styles

This commit is contained in:
Cory Dransfeldt 2024-09-02 10:04:18 -07:00
parent ee721631b9
commit f0e3f15c93
No known key found for this signature in database
16 changed files with 62 additions and 54 deletions

View file

@ -92,6 +92,9 @@
--font-weight-bold: 600;
--font-weight-extrabold: 800;
--line-height-reduced: 1.5;
--line-height-default: 2;
/* spacing */
--sizing-xs: .25rem;
--sizing-sm: .5rem;
@ -105,6 +108,8 @@
--sizing-svg-sm: 18px;
--sizing-svg-base: 24px;
--margin-top-base-horizontal-zero: var(--sizing-base) 0;
/* radii */
--border-radius-slight: var(--sizing-xs);
--border-radius-full: 9999px;
@ -126,6 +131,7 @@
/* shadows */
--box-shadow-media: inset 0 -85px 60px -60px var(--black);
--box-shadow-text-toggle: inset 0 -120px 60px -60px var(--background-color);
--text-shadow-default: rgba(0, 0, 0, 0.7) 0px 0px 10px;
/* input accent color */
accent-color: var(--accent-color);