mirror of
https://git.adityakumar.xyz/adityakumar.xyz.git
synced 2024-11-14 04:19:45 +00:00
9 lines
251 B
Sass
Generated
9 lines
251 B
Sass
Generated
$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
|