Display config values in header and footer.
This commit is contained in:
parent
59f7897d8e
commit
fde340ead0
13 changed files with 344 additions and 80 deletions
20
frontend/src/scss/_variables.scss
Normal file
20
frontend/src/scss/_variables.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
// Grays
|
||||
$gray-darker: #333333;
|
||||
$gray-dark: #444444;
|
||||
$gray: #666666;
|
||||
$gray-light: #d6d6d6;
|
||||
$gray-lighter: #ededed;
|
||||
|
||||
// Colors
|
||||
$color-primary: #e5287a;
|
||||
$color-success: #449d44;
|
||||
$color-warning: #fdbc41;
|
||||
$color-danger: #c9302c;
|
||||
$color-info: #009ee0;
|
||||
|
||||
// Page
|
||||
$page-background-color: $gray-darker;
|
||||
$page-text-color: $gray-lighter;
|
||||
|
||||
// Links
|
||||
$link-color: $color-primary;
|
||||
Loading…
Add table
Add a link
Reference in a new issue