app-footer.scss
342 Bytes
$barra-theme: ("green": #00420c, "yellow": #2c66ce, "blue": #0042b1);
#footer-brasil {
background: none repeat scroll 0% 0% map-get($barra-theme, "blue");
padding: 1em 0px;
max-width: 100%;
}
#footer {
padding: 20px 0;
a {
margin: 10px auto;
}
.contraste & {
background-color: #000;
a {
color: #fff;
}
}
}