branding.css
Same filename in other branches
This file is used to style the branding block.
File
-
core/
profiles/ demo_umami/ themes/ umami/ components/ branding/ branding.css
View source
- /**
- * @file
- * This file is used to style the branding block.
- */
-
- @media screen and (min-width: 48em) {
- .branding {
- text-align: left;
- }
- }
-
- .branding__site-logo {
- display: inline-block;
- width: 100%;
- max-width: 205px;
- background-color: inherit;
- }
-
- .branding__site-logo:hover,
- .branding__site-logo:focus {
- background-color: inherit;
- }
-
- .branding__site-logo svg {
- width: 100%;
- max-width: 205px;
- height: auto;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.