6 changed files with 26 additions and 6374 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@ |
|||
{ |
|||
"/css/app.css": "/css/app.css?id=fc4d028f7cc679d5b7bf", |
|||
"/css/app.css": "/css/app.css?id=42a76e8100656548fd41", |
|||
"/js/app.js": "/js/app.js?id=8dc4a6ea723d0df7469d" |
|||
} |
|||
|
@ -1,18 +1,14 @@ |
|||
$body-bg: #CCC; |
|||
$app-text: #000; |
|||
|
|||
// Body |
|||
$body-bg: #cfd2d4; |
|||
$app-block-color: #B13; |
|||
$app-light-color: #874; |
|||
$app-dark-color: #222; |
|||
|
|||
$app-green: #1B8; |
|||
$app-red: #D45; |
|||
$app-blue: #4AE; |
|||
$app-purple: #547; |
|||
|
|||
$app-text: #2f313a; |
|||
|
|||
$app-block-color: #b71234; |
|||
$app-light-color: #84764d; |
|||
$app-dark-color: #1d1d1b; |
|||
|
|||
$app-green: #0eb584; |
|||
$app-red: #d64d55; |
|||
$app-blue: #47a4e9; |
|||
$app-purple: #514a77; |
|||
|
|||
$table-heading: #f2f3f6; |
|||
$table-line: #cdced8; |
|||
$table-heading: #EEF; |
|||
$table-line: #CCD; |
|||
|
Loading…
Reference in new issue