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

50 lines
744 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;
2017-10-05 11:41:11 -04:00
padding: @footer-padding;
2014-06-06 12:47:52 -04:00
font-size: 0.9rem;
position: absolute;
bottom: 0;
width: 100%;
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;
}