EV002/assets/stylesheets/template/layout/footer.scss

25 lines
410 B
SCSS
Executable File

@charset "utf-8";
@import "../initial";
.layout-footer {
padding: 2em 0;
color: #8d8d8d;
font-size: 0.8125em;
background: url(/assets/footerbg.jpg) left top repeat;
border-top: 19px solid #373737;
.container {
@extend .response-container;
}
.footer-counter a { padding-right: 0.5em; }
a {
color: #1e95f7;
&:hover,
&:focus {
color: lighten(#1e95f7, 10%);
}
}
}