mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Fix footer.sass indentation
This commit is contained in:
@@ -19,6 +19,7 @@ $title-family: "Georgia", serif;
|
|||||||
* #2290 Fix #1186 -> Reset the offset on columns
|
* #2290 Fix #1186 -> Reset the offset on columns
|
||||||
* #2231 Add `.has-text-weight-medium` helper
|
* #2231 Add `.has-text-weight-medium` helper
|
||||||
* #2224 Add customizable border radius to progress bar
|
* #2224 Add customizable border radius to progress bar
|
||||||
|
* #2480 Add `$footer-color` variable
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
|
|||||||
@@ -6,4 +6,4 @@ $footer-padding: 3rem 1.5rem 6rem !default
|
|||||||
background-color: $footer-background-color
|
background-color: $footer-background-color
|
||||||
padding: $footer-padding
|
padding: $footer-padding
|
||||||
@if $footer-color
|
@if $footer-color
|
||||||
color: $footer-color
|
color: $footer-color
|
||||||
|
|||||||
Reference in New Issue
Block a user