decla-red/frontend/src/styles/_vars.scss
2026-06-12 21:46:47 +01:00

22 lines
492 B
SCSS

$accent: #b33951;
$border-width: 1.5px;
$border-width-focused: 3px;
$border: $border-width solid white;
$small-padding: 12px;
$medium-padding: 24px;
$large-padding: 64px;
$border-radius: 15px;
$animation-time: 200ms ease;
$breakpoint: 700px;
$height-breakpoint: 500px;
$large-icon: 48px;
$small-icon: 32px;
$bright-blue: #4069a5;
$bright-red: #d15652;
$bright-neutral: #ccc;
:root {
--bright-blue: #{$bright-blue};
--bright-red: #{$bright-red};
--bright-neutral: #{$bright-neutral};
}