16 lines
No EOL
304 B
CSS
16 lines
No EOL
304 B
CSS
:root {
|
|
/* No rounding */
|
|
--radius-none: 0;
|
|
|
|
/* Subtle rounding */
|
|
--radius-xs: 2px;
|
|
--radius-sm: 4px;
|
|
--radius-md: 6px;
|
|
|
|
/* Strong rounding */
|
|
--radius-lg: 10px;
|
|
--radius-xl: 16px;
|
|
|
|
/* Fully rounded (pill, circle) */
|
|
--radius-full: 9999px;
|
|
} |