Site Skeleton
This commit is contained in:
18
mdb/scss/free/_footers.scss
Executable file
18
mdb/scss/free/_footers.scss
Executable 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user