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

25 lines
382 B
SCSS
Executable File

@charset "utf-8";
@import "../initial";
.layout-footer {
padding:0;
color: #fff;
font-size: 0.8125em;
position: relative;
.container {
@extend .response-container;
}
.footer-counter a { padding-right: 0.5em; }
a {
color: #fff;
&:hover,
&:focus {
color: lighten($theme-color-second, 10%);
}
}
}
.layout-footer-content{
padding: 2em;
}