Some more footer adjustments.

This commit is contained in:
Paulo Reis 2017-10-05 16:41:11 +01:00
parent 15eb23da54
commit 60a76c45c3
4 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
footer.site-footer
.container
.container-fluid
.row
ul.col-md-9

View file

@ -1,7 +1,7 @@
footer.site-footer {
background-color: @footer-bg-color;
border-top: 1px solid @gray-lighter;
padding: 2em;
padding: @footer-padding;
font-size: 0.9rem;
ul {
list-style: none;

View file

@ -850,6 +850,7 @@
@footer-link-color: @link-color;
@footer-link-hover-color: @link-hover-color;
@footer-bg-color: transparent;
@footer-padding: 2em;
@btn-border-width: 1px;
@btn-border-bottom-width: 2px;

View file

@ -134,6 +134,7 @@
@footer-bg-color : #FFF;
@footer-link-color : @ol-green;
@footer-link-hover-color : @ol-dark-green;
@footer-padding : 2em 0;
//== Colors
//