barecss
Version:
A classless CSS framework http://barecss.com
25 lines (21 loc) • 424 B
text/less
@import (reference) "_variables";
/* footer
----------------------------------------------------------------------*/
footer {
color: @primary--;
width: 100%;
max-width: @width;
margin: auto;
padding: 2rem;
overflow: visible;
&:before {
content: "";
background: @primary;
width: 102vw;
height: 100%;
position: absolute;
left: 50%;
top: 0;
transform: translate(-50%,0);
}
}