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

27 lines
360 B
SCSS

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