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

23 lines
307 B
SCSS
Raw Normal View History

2021-04-19 03:12:43 +00:00
@charset "utf-8";
@import "../initial";
.layout-footer {
color: $theme-white;
2021-06-28 14:34:40 +00:00
font-size: 0.75em;
2021-04-19 03:12:43 +00:00
font-weight: 100;
background-color:$theme-green;
.layout-footer-inner{
padding: 3em;
}
a {
color: #d8cca5;
&:hover,
&:focus {
color: lighten(#ffffff, 10%);
}
}
}