mirror of
https://github.com/zrgn/zrgn.github.io
synced 2025-07-16 15:40:29 +00:00
Use better bower/grunt integration plugin.
This commit is contained in:
parent
23d16dc090
commit
0534a81c9f
65 changed files with 5047 additions and 24145 deletions
9
_sass/vendor/bulma/sass/layout/footer.sass
vendored
Normal file
9
_sass/vendor/bulma/sass/layout/footer.sass
vendored
Normal file
|
@ -0,0 +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…
Add table
Add a link
Reference in a new issue