This commit is contained in:
Bryce Covert
2020-08-22 17:14:30 -07:00
parent 25477d07f7
commit 3a2351aa41
77 changed files with 30067 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
$footer-background-color: $scheme-main-bis !default
$footer-color: false !default
$footer-padding: 3rem 1.5rem 6rem !default
.footer
background-color: $footer-background-color
padding: $footer-padding
@if $footer-color
color: $footer-color