mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 10:04:08 +00:00
Some more footer adjustments.
This commit is contained in:
parent
15eb23da54
commit
60a76c45c3
4 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
|
||||
footer.site-footer
|
||||
.container
|
||||
.container-fluid
|
||||
.row
|
||||
ul.col-md-9
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue