overleaf/services/web/public/stylesheets/components/footer.less

51 lines
863 B
Text
Raw Normal View History

2014-07-25 09:14:27 -04:00
footer.site-footer {
2017-10-05 11:35:27 -04:00
background-color: @footer-bg-color;
2014-06-06 12:47:52 -04:00
border-top: 1px solid @gray-lighter;
font-size: 0.9rem;
position: absolute;
bottom: 0;
width: 100%;
2017-10-09 05:28:03 -04:00
height: @footer-height;
2017-10-17 10:06:44 -04:00
line-height: @footer-height - 1; // Hack — in Chrome, using the full @footer-height would generate vertical scrolling
2014-06-06 12:47:52 -04:00
ul {
list-style: none;
margin: 0px;
li {
display: inline-block;
margin: 0 .5em;
}
i {
font-size: 1.2rem;
}
}
li.lngOption {
text-align: left;
display: list-item;
img {
vertical-align: text-bottom;
}
}
2017-10-05 11:35:27 -04:00
a {
color: @footer-link-color;
&:hover,
&:focus {
color: @footer-link-hover-color;
}
}
2014-06-06 12:47:52 -04:00
}
2017-10-05 13:16:52 -04:00
.site-footer-content when (@is-overleaf = true) {
.container-fluid;
}
.site-footer-content when (@is-overleaf = false) {
.container;
}
.sprite-icon-lang {
display: inline-block;
vertical-align: middle;
}