_footer.scss 662 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // Footer styles
  2. footer {
  3. margin: 4rem 0 0;
  4. width: 100%;
  5. }
  6. footer p {
  7. font-size: 0.75rem;
  8. text-align: center;
  9. }
  10. footer .powered-by {
  11. font-size: 0.67rem;
  12. }
  13. .site-footer {
  14. color: rgba(0, 0, 0, 0.54);
  15. }
  16. // Dark footer theme
  17. .dark .site-footer,
  18. .dark .docs .body-footer {
  19. color: rgba(255, 255, 255, 0.54);
  20. }
  21. // Footer copyright license
  22. .footer-license-icons {
  23. display: flex;
  24. flex-direction: row;
  25. flex-wrap: wrap;
  26. justify-content: center;
  27. list-style: none;
  28. height: auto;
  29. width: auto;
  30. text-decoration: none;
  31. }
  32. .footer-license-icons i {
  33. display: inline-flex;
  34. margin-right: 8px;
  35. height: 22px;
  36. vertical-align: text-bottom;
  37. }