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

27 lines
416 B
SCSS

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