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

31 lines
392 B
SCSS

@charset "utf-8";
@import "../initial";
.layout-footer {
color: #5e5e5e;
font-size: 0.8125em;
.container {
// @extend .response-content;
& > div{
padding: 0;
}
.layout-footer-inner2{
background-color: #d7d3cb;
padding: 30px;
}
}
a {
color: #999999;
&:hover,
&:focus {
color: lighten(#999999, 10%);
}
}
}