Files
simrs-jatim/library/MDB/scss/free/_footers.scss
T
2024-04-19 14:04:41 +07:00

19 lines
315 B
SCSS

// 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;
}
}
}