mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Basic footer colors.
This commit is contained in:
parent
8b98455674
commit
3c662f6d05
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
footer.site-footer {
|
footer.site-footer {
|
||||||
|
background-color: @footer-bg-color;
|
||||||
border-top: 1px solid @gray-lighter;
|
border-top: 1px solid @gray-lighter;
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
|
@ -22,6 +23,14 @@ footer.site-footer {
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: @footer-link-color;
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
color: @footer-link-hover-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sprite-icon-lang {
|
.sprite-icon-lang {
|
||||||
|
|
Loading…
Reference in a new issue