💄 Add border variables to the base SCSS file

This commit is contained in:
2024-03-09 22:44:04 +01:00
parent 043a721429
commit bb56d24f02

View File

@@ -51,9 +51,17 @@ $color-ternary-70: #8B0046;
$color-ternary-60: #720033;
$color-ternary-50: #5A0022;
$border-default-color: $greyscale-90;
$border-big-width: 4px;
$border-big: solid $border-big-width $border-default-color;
$border-normal-width: 2px;
$border-normal: solid $border-normal-width $border-default-color;
$form-max-height: 1024px;
$form-aspect-ratio: 1/1.618;
// TODO: Radius should be a percentage(eg: 1024/16px).
$border-radius: 16px;
$geist-font-path: "../fonts/Geist";