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

31 lines
548 B
SCSS
Executable File

@charset "utf-8";
@import "../initial";
.layout-footer {
color: $theme-color-main;
font-size: 0.8125em;
background-color: #d03709;
.container {
@extend .response-container;
}
.footer-counter { float: right;}
.footer-counter a { padding-right: 0.5em; }
a {
color: $theme-color-main;
&:hover,
&:focus {
color: lighten($theme-color-main, 10%);
}
}
.container.layout-footer-inner{
width: 1200px;
color: white;
padding: 2em;
@media (max-width:1199px) {
width: 100%;
}
}
}