File: //proc/self/cwd/wp-content/themes/medialider/less/footer.less
/* Footer
-----------------------------------------------------------------------------*/
.footer {
margin: -260px auto 0;
height: 260px;
background: #fff;
//background: #BFF08E;
position: relative;
}
.row-footer-one{
margin: 60px 0;
}
.row-footer-two{
margin:24px 0;
}
.footer-splitter{
height: 1px;
width: 100%;
background: #e7eef3;
}
.footer-space-app{
background: url("./img/spaceapp.svg") no-repeat;
width: 20px;
height: 54px;
position: absolute;
right: 0;
bottom: 30px;
}
.footer-menu__item{
margin-bottom: 15px;
a {
font-size: 18px;
text-decoration: none;
font-family: "LatoRegular";
color: @blue;
&:hover{
text-decoration: none;
}
&:focus{
text-decoration: none;
}
}
}
.footer__copyright{
margin-top: 13px;
}