AsiaH9-1/assets/stylesheets/template/layout/footer.scss

23 lines
343 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-footer {
padding: 2em 0;
color: $theme-white;
font-size: 0.8125em;
background-color: #2a2730;
.container {
@extend .response-container;
}
.footer-counter a { padding-right: 0.5em; }
a {
color: $theme-white;
&:hover,
&:focus {
color: #b3e3f5;
}
}
}