qrouland.com/mdb/scss/free/_footers.scss
2019-09-05 14:38:10 +02:00

18 lines
314 B
SCSS
Executable File

// Footers
footer {
&.page-footer {
bottom: 0;
color: $white-base;
.container-fluid {
width: auto;
}
.footer-copyright {
overflow: hidden;
color: $footer-copyright-color;
background-color: $footer-copyright-bg-color;
}
a {
color: $white-base;
}
}
}