@bigfishtv/cockpit
Version:
23 lines (21 loc) • 378 B
text/less
.footer-bar {
z-index: 999999;
display: none;
align-items: center;
justify-content: space-between;
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: @height-xlarge;
padding: @padding-xsmall;
background: @white;
border-top: 1px solid @light-grey;
@media @small-down {
display: flex;
}
}
.footer-bar-left,
.footer-bar-right {
flex: none;
}