2014-07-25 09:14:27 -04:00
|
|
|
footer.site-footer {
|
2019-12-05 14:09:31 -05:00
|
|
|
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
|
2014-08-13 18:06:15 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
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;
|
2014-08-13 18:06:15 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
img {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
2021-10-06 07:23:58 -04:00
|
|
|
|
|
|
|
a:hover,
|
|
|
|
a:focus {
|
|
|
|
color: @white;
|
|
|
|
}
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
2017-10-05 11:35:27 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
a {
|
|
|
|
color: @footer-link-color;
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
color: @footer-link-hover-color;
|
|
|
|
}
|
|
|
|
}
|
2014-06-06 12:47:52 -04:00
|
|
|
}
|
2016-07-01 11:02:01 -04:00
|
|
|
|
2020-06-25 10:45:49 -04:00
|
|
|
.site-footer-content {
|
2019-12-05 14:09:31 -05:00
|
|
|
.container-fluid;
|
2017-10-05 13:16:52 -04:00
|
|
|
}
|
|
|
|
|
2016-07-05 06:08:58 -04:00
|
|
|
.sprite-icon-lang {
|
2019-12-05 14:09:31 -05:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|