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

29 lines
418 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-footer {
background-color: #25324e;
padding: 2em 0;
color: #fff;
font-size: 0.9em;
line-height: 1.8em;
.container {
width: 940px;
@extend .response-content;
@media (max-width: 767px) {
width: 100%;
}
}
a {
color: #b8f8f8;
text-decoration: none;
&:hover,
&:focus {
color: lighten(#ffffff, 10%);
}
}
}