_footer.scss 242 B

12345678910111213
  1. .bot {
  2. @include themify($themes) {
  3. background-color: themed('navbar-background-color');
  4. }
  5. }
  6. .footer {
  7. @include themify($themes) {
  8. border-top: 1px solid themed('border-line-color');
  9. }
  10. padding: 0.5rem;
  11. text-align: center;
  12. }