Site Skeleton

This commit is contained in:
2019-09-05 14:38:10 +02:00
parent 62f9eaf019
commit 9185f3cf63
136 changed files with 91634 additions and 0 deletions

18
mdb/scss/free/_footers.scss Executable file
View File

@ -0,0 +1,18 @@
// 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;
}
}
}