mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
11 lines
221 B
SCSS
11 lines
221 B
SCSS
// General
|
|
$base-border-radius: 0;
|
|
$form-border-radius: 0;
|
|
$$navigation-border-radius: 0;
|
|
|
|
// Footer
|
|
$footer-vertical-padding: 20px;
|
|
$footer-background: $chill-dark-gray;
|
|
|
|
// Navigation
|
|
$navigation-background: $dark-grey; |