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

24 lines
304 B
SCSS
Executable File

@charset "utf-8";
@import "../initial";
.layout-footer {
padding: 2em;
color: #fff;
font-size: 0.8125em;
background-color: #242424;
.container {
@extend .response-contentt;
}
a {
color: #fff;
&:hover,
&:focus {
color: lighten($theme-color-main, 10%);
}
}
}