feat: Implement foundational UI components (Button, Card) and layout components (Section, Container), updating design tokens, styling, and documentation.
This commit is contained in:
@@ -43,6 +43,11 @@
|
||||
--line-height-normal: 1.5;
|
||||
--line-height-relaxed: 1.75;
|
||||
|
||||
/* Letter Spacing - Placeholders */
|
||||
--letter-spacing-tight: -0.01em;
|
||||
--letter-spacing-normal: 0em;
|
||||
--letter-spacing-wide: 0.05em;
|
||||
|
||||
/* Spacing - Placeholders */
|
||||
--spacing-xs: 0.25rem;
|
||||
--spacing-sm: 0.5rem;
|
||||
@@ -79,6 +84,11 @@
|
||||
--z-modal: 400;
|
||||
--z-popover: 500;
|
||||
--z-tooltip: 600;
|
||||
|
||||
/* Layout - Placeholders */
|
||||
--container-max-width: 80rem;
|
||||
--container-padding-x: clamp(1rem, 5vw, 2rem);
|
||||
--section-spacing-y: var(--spacing-3xl);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user