da2a0593ca
Fix lint Disable modern mode Fixes UI fixes Fixes Ignore .po~ files Fixes Fix homepage Fixes Fixes Mix format Fix tests Fix tests (yeah…) Signed-off-by: Thomas Citharel <tcit@tcit.fr>
16 lines
269 B
SCSS
16 lines
269 B
SCSS
$primary: #424056;
|
|
$secondary: #FAB12D;
|
|
|
|
// Navbar
|
|
$navbar-background-color: $secondary;
|
|
$navbar-item-color: $primary;
|
|
$navbar-height: 7rem;
|
|
|
|
|
|
// Footer
|
|
$footer-padding: 3rem 1.5rem 4rem;
|
|
$footer-background-color: $primary;
|
|
|
|
// Card
|
|
$card-background-color: $secondary;
|