You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sup_File/scss/free/_footers.scss

20 lines
340 B
SCSS

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