footer.css

Same filename in this branch
  1. main core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
Same filename and directory in other branches
  1. 10 core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
  2. 10 core/themes/olivero/css/components/footer.css
  3. 11.x core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
  4. 11.x core/themes/olivero/css/components/footer.css
  5. 9 core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
  6. 9 core/themes/olivero/css/components/footer.css
  7. 8.9.x core/profiles/demo_umami/themes/umami/css/components/regions/footer/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. & .menu {
  16. margin-inline-start: 0;
  17. list-style: none;
  18. & ul {
  19. margin-inline-start: var(--sp);
  20. }
  21. & li {
  22. margin-block-end: var(--sp0-5);
  23. }
  24. }
  25. & a {
  26. color: inherit;
  27. &:hover {
  28. -webkit-text-decoration: none;
  29. text-decoration: none;
  30. }
  31. }
  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.