Add server screen
This commit is contained in:
parent
89fafeafd3
commit
e2129bbb26
20 changed files with 672 additions and 174 deletions
12
frontend/src/styles/vars.scss
Normal file
12
frontend/src/styles/vars.scss
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
$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;
|
||||
$breakpoint: 700px;
|
||||
Loading…
Add table
Add a link
Reference in a new issue