2021-01-06 12:26:29 +00:00
|
|
|
:root {
|
|
|
|
// border-radius
|
|
|
|
--border-radius-small: 0.3rem;
|
|
|
|
--border-radius-normal: 0.5rem;
|
|
|
|
--border-radius-medium: 0.7rem;
|
|
|
|
--border-radius-large: 0.9rem;
|
2021-12-03 03:12:44 +00:00
|
|
|
--border-radius-rounded: 50%;
|
2021-01-06 12:26:29 +00:00
|
|
|
}
|