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

31 lines
475 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-footer {
padding: 2em 0;
color: $theme-color-main;
font-size: 0.8125em;
background-color: #262626;
position: relative;
.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-content{
color: #fff;
}
.footer-counter{
color: #fff;
}