10 lines
155 B
CSS
10 lines
155 B
CSS
* {
|
|
--color-primary: #412785;
|
|
|
|
--space-sm: 0.5rem;
|
|
--space-md: 1rem;
|
|
--space-lg: 1.5rem;
|
|
--radius-md: 0.5rem;
|
|
--radius-lg: 1rem;
|
|
}
|