_footers.scss 314 B

123456789101112131415161718
  1. // Footers
  2. footer {
  3. &.page-footer {
  4. bottom: 0;
  5. color: $white-base;
  6. .container-fluid {
  7. width: auto;
  8. }
  9. .footer-copyright {
  10. overflow: hidden;
  11. background-color: $footer-copyright-bg-color;
  12. color: $footer-copyright-color;
  13. }
  14. a {
  15. color: $white-base;
  16. }
  17. }
  18. }