causeway-standard-theme
Version:
43 lines (37 loc) • 704 B
text/less
// Sticky Footer
// --------------------------------------------------
.site-footer {
bottom: 0;
left: 0;
position:fixed;
width: 100% ;
background-color: #6b6966;
color: @white;
height: @footer-height;
line-height: @footer-height;
overflow: hidden;
text-align: right;
z-index: 2999;
.site-footer-toggle {
color: @white;
line-height: @footer-height;
margin-right: 5px;
padding: 0 5px;
.inline;
.caret {
border-top-color: @white;
margin-left: 0;
}
}
@media @desktop {
display: none;
&.footer-visible {
display: block;
}
}
}
.status-holder {
line-height: @footer-height;
padding: 0 5px;
.inline;
}