mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Added footer-color option (#2480)
* Added foreground (e.g., text) color to the footer While setting up my own site, I was surprised to find that this wasn't an option! * Added @if statement for footer color * Added the option for footer-color * Corrected indentation of lines for footer-color
This commit is contained in:
parent
181d569b13
commit
f74b0781c7
@ -1,6 +1,9 @@
|
||||
$footer-background-color: $white-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
|
||||
|
Loading…
Reference in New Issue
Block a user