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

23 lines
338 B
SCSS
Executable File

@charset "utf-8";
@import "../initial";
.layout-footer {
padding: 2em 0;
color: #eee;
font-size: 0.8125em;
background-color: #333333;
.container {
@extend .response-container;
}
.footer-counter a { padding-right: 0.5em; }
a {
color: #eee;
&:hover,
&:focus {
color: lighten(#eee, 10%);
}
}
}