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

25 lines
398 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-footer {
padding: 1em;
color: #fff;
font-size: 0.8125em;
padding-top: 1em;
// background-color: $theme-color-second;
.container {
@extend .response-container;
}
.footer-counter a { padding-right: 0.5em; }
a {
color: $theme-color-main;
&:hover,
&:focus {
color: lighten($theme-color-main, 10%);
}
}
}