menu-footer.css

Same filename in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css
  2. 8.9.x core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css
  3. 11.x core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css

This file is used to style the main menu.

File

core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css

View source
  1. /**
  2. * @file
  3. * This file is used to style the main menu.
  4. */
  5. .menu-footer {
  6. padding: 0;
  7. }
  8. .menu-footer__item {
  9. margin-bottom: 0.5em;
  10. list-style: none;
  11. }
  12. .menu-footer .menu-footer__link {
  13. text-decoration: none;
  14. color: #fff;
  15. background-color: inherit;
  16. font-weight: 700;
  17. }
  18. .menu-footer .menu-footer__link:active,
  19. .menu-footer .menu-footer__link:focus,
  20. .menu-footer .menu-footer__link:hover {
  21. text-decoration: underline;
  22. outline-color: #fff;
  23. background-color: #000;
  24. }

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