branding.css

Same filename in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/components/blocks/branding/branding.css
  2. 8.9.x core/profiles/demo_umami/themes/umami/css/components/blocks/branding/branding.css
  3. 11.x core/profiles/demo_umami/themes/umami/components/branding/branding.css

This file is used to style the branding block.

File

core/profiles/demo_umami/themes/umami/components/branding/branding.css

View source
  1. /**
  2. * @file
  3. * This file is used to style the branding block.
  4. */
  5. @media screen and (min-width: 48em) {
  6. .branding {
  7. text-align: left;
  8. }
  9. }
  10. .branding__site-logo {
  11. display: inline-block;
  12. width: 100%;
  13. max-width: 205px;
  14. background-color: inherit;
  15. }
  16. .branding__site-logo:hover,
  17. .branding__site-logo:focus {
  18. background-color: inherit;
  19. }
  20. .branding__site-logo svg {
  21. width: 100%;
  22. max-width: 205px;
  23. height: auto;
  24. }

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