From: Trent Peterson Date: Wed, 17 Oct 2018 16:37:44 +0000 (-0700) Subject: Replace hard-coded footer padding with new footer-padding variable X-Git-Tag: 0.7.3~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9b5d284cccbf379399c36345ec1465197c1af2c;p=thirdparty%2Fbulma.git Replace hard-coded footer padding with new footer-padding variable --- diff --git a/sass/layout/footer.sass b/sass/layout/footer.sass index 6688482ab..1988153d5 100644 --- a/sass/layout/footer.sass +++ b/sass/layout/footer.sass @@ -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