mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
Fix footer.sass indentation
This commit is contained in:
parent
f74b0781c7
commit
efa51b1ebe
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user