]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix footer.sass indentation
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 16:27:23 +0000 (17:27 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 18 May 2019 16:27:23 +0000 (17:27 +0100)
CHANGELOG.md
sass/layout/footer.sass

index ebfb499e21422017ef04a871b761841f42e0baa9..d63944622243124978e17adc7ae1a1d183be56dc 100644 (file)
@@ -19,6 +19,7 @@ $title-family: "Georgia", serif;
 * #2290 Fix #1186 -> Reset the offset on columns
 * #2231 Add `.has-text-weight-medium` helper
 * #2224 Add customizable border radius to progress bar
+* #2480 Add `$footer-color` variable
 
 ### Improvements
 
index 4287f7949cb9b8f1a82b6c2a2263c6a6707eec32..aba1ecafe807696a4c058601a7505e00af30bd58 100644 (file)
@@ -6,4 +6,4 @@ $footer-padding: 3rem 1.5rem 6rem !default
   background-color: $footer-background-color
   padding: $footer-padding
   @if $footer-color
-     color: $footer-color
+    color: $footer-color