monorepo/visions/ui/src/design.css

9 lines
177 B
CSS
Raw Normal View History

2024-12-16 03:49:53 +00:00
:root {
--border-standard: 2px solid black;
--border-radius-standard: 4px;
--border-shadow-shallow: 1px 1px 2px black;
--padding-m: 8px;
--margin-s: 4px;
}