femmefaytale cf677b5d99
Some checks failed
continuous-integration/drone/pr Build is failing
add mid blue colour and add gradient footer
2022-03-18 15:41:25 +00:00

13 lines
421 B
Sass

@import "../utilities/derived-variables"
$footer-background-color: $scheme-main-bis !default
$footer-color: false !default
$footer-padding: 3rem 1.5rem 6rem !default
.footer
background-color: $footer-background-color
background: linear-gradient(to top, $footer-background-color, $footer-background-color 50%, $footer-background-color-mid 50%)
padding: $footer-padding
@if $footer-color
color: $footer-color