Make minor visual changes
This commit is contained in:
26
static/scss/variables.scss
Normal file
26
static/scss/variables.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
// Colors
|
||||
$primary-color: #53C0FA;
|
||||
$primary-color-highlight: #4298C7;
|
||||
$primary-color-light: #9FDBFB;
|
||||
|
||||
$background-color: #1b1e21;
|
||||
$background-color-light: lighten($background-color, 4%);
|
||||
$background-color-dark: darken($background-color, 4%);
|
||||
|
||||
$error-color: #f01d43;
|
||||
$error-color-dark: darken(#f01d43, 10%);
|
||||
$alert-color: #18f49c;
|
||||
$alert-color-bright: rgb(240, 244, 24);
|
||||
|
||||
$inactive-input-color: lighten($background-color-light, 5%);
|
||||
$active-input-color: lighten($inactive-input-color, 5%);
|
||||
|
||||
// Transitions
|
||||
$transition-duration: .250s;
|
||||
|
||||
// Shadows
|
||||
$inset-shadow: inset 0px 0px 5px rgba(0, 0, 0, .25);
|
||||
|
||||
// Borders
|
||||
$border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user