footer.css

Same filename in this branch
  1. 9 core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
Same filename in other branches
  1. 8.9.x core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
  2. 10 core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
  3. 10 core/themes/olivero/css/components/footer.css
  4. 11.x core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
  5. 11.x 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: #9ea0a1;
  14. background: linear-gradient(180deg, #0c0d0e 0%, #171e23 100%);
  15. }
  16. [dir="ltr"] .site-footer .menu {
  17. margin-left: 0;
  18. }
  19. [dir="rtl"] .site-footer .menu {
  20. margin-right: 0;
  21. }
  22. .site-footer .menu {
  23. list-style: none;
  24. }
  25. [dir="ltr"] .site-footer .menu ul {
  26. margin-left: 1.125rem;
  27. }
  28. [dir="rtl"] .site-footer .menu ul {
  29. margin-right: 1.125rem;
  30. }
  31. .site-footer .menu li {
  32. margin-bottom: 0.5625rem;
  33. }
  34. .site-footer a {
  35. color: inherit;
  36. }
  37. .site-footer a:hover {
  38. text-decoration: none;
  39. }
  40. @media (min-width: 75rem) {
  41. [dir="ltr"] body:not(.is-always-mobile-nav) .site-footer {
  42. border-left: solid 5.625rem #000;
  43. }
  44. [dir="rtl"] body:not(.is-always-mobile-nav) .site-footer {
  45. border-right: solid 5.625rem #000;
  46. }
  47. }

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