Optimize css
This commit is contained in:
parent
8b49b44ebf
commit
c74b2f14a0
8 changed files with 37 additions and 24 deletions
24
frontend/src/styles/_vars.scss
Normal file
24
frontend/src/styles/_vars.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
$gray: #ccc;
|
||||
$red: #b33951;
|
||||
$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-decla: #4069a5;
|
||||
$bright-red: #d15652;
|
||||
$bright-neutral: #88888877;
|
||||
|
||||
:root {
|
||||
--bright-decla: #{$bright-decla};
|
||||
--bright-red: #{$bright-red};
|
||||
--bright-neutral: #{$bright-neutral};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue