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

48 lines
829 B
Text
Raw Normal View History

2014-07-25 09:14:27 -04:00
footer.site-footer {
background-color: @footer-bg-color;
border-top: 1px solid @gray-lighter;
font-size: 0.9rem;
position: absolute;
bottom: 0;
width: 100%;
height: @footer-height;
line-height: @footer-height - 1; // Hack — in Chrome, using the full @footer-height would generate vertical scrolling
ul {
list-style: none;
margin: 0px;
li {
display: inline-block;
margin: 0 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
}
.site-footer-content {
.container-fluid;
2017-10-05 13:16:52 -04:00
}
.sprite-icon-lang {
display: inline-block;
vertical-align: middle;
}