An error occurred while loading the file. Please try again.
An error occurred while loading the file. Please try again.
An error occurred while loading the file. Please try again.
-
Anton authored05af8cd4
@import "variables";
footer {
display:flex;
align-items:center;
width:100%;
height:$footerHeight;
position:absolute;
left:0;
bottom:0;
font-size:14px;
line-height:21px;
background:#202020;
.container {
a {
text-decoration:none;
color:#636263;
transition:.3s;
img {
margin-right:10px;
}
&:hover {
color:#8fd400;
}
}
}
}