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