mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Convert sass files to scss files
This commit is contained in:
14
sass/layout/footer.scss
Normal file
14
sass/layout/footer.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
@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;
|
||||
padding: $footer-padding;
|
||||
|
||||
@if $footer-color {
|
||||
color: $footer-color;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user