footer.css

Same filename in this branch
  1. 11.x core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
Same filename in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
  2. 9 core/themes/olivero/css/components/footer.css
  3. 8.9.x core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
  4. 10 core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
  5. 10 core/themes/olivero/css/components/footer.css

Footer regions.

File

core/themes/olivero/css/components/footer.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Footer regions.
  10. */
  11. .site-footer {
  12. position: relative; /* stack above left social bar */
  13. color: var(--color--gray-65);
  14. background: linear-gradient(180deg, var(--color--gray-5) 0%, var(--color--gray-10) 100%);
  15. }
  16. .site-footer .menu {
  17. margin-inline-start: 0;
  18. list-style: none;
  19. }
  20. .site-footer .menu ul {
  21. margin-inline-start: var(--sp);
  22. }
  23. .site-footer .menu li {
  24. margin-block-end: var(--sp0-5);
  25. }
  26. .site-footer a {
  27. color: inherit;
  28. }
  29. .site-footer a:hover {
  30. -webkit-text-decoration: none;
  31. text-decoration: none;
  32. }
  33. @media (min-width: 75rem) {
  34. body:not(.is-always-mobile-nav) .site-footer {
  35. border-inline-start: solid var(--content-left) var(--color--black);
  36. }
  37. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.