]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Replace hard-coded footer padding with new footer-padding variable
authorTrent Peterson <tdpeterson@gmail.com>
Wed, 17 Oct 2018 16:37:44 +0000 (09:37 -0700)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 28 Oct 2018 09:36:05 +0000 (09:36 +0000)
sass/layout/footer.sass

index 6688482ab1d161f53547fd12e353331874361903..1988153d5bb14507a71d6760ca70737f59f235f3 100644 (file)
@@ -1,5 +1,6 @@
 $footer-background-color: $white-bis !default
+$footer-padding: 3rem 1.5rem 6rem !default
 
 .footer
   background-color: $footer-background-color
-  padding: 3rem 1.5rem 6rem
+  padding: $footer-padding