You are here

branding.css in AT Tools 8

/**
 * Branding styles
 *  - Drupal core branding block.
 ============================================================================ */
.site-branding:before, .site-branding:after {
  content: " ";
  display: table;
}
.site-branding:after {
  clear: both;
}
.site-branding__text, .site-branding__name, .site-branding__slogan {
  display: block;
}
.site-branding__logo-link {
  display: inline-block;
  padding: 6px 0;
  padding: 0.375rem 0;
}
.site-branding__text {
  margin: 0;
}
.site-branding__name {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 400;
}
.site-branding__name-link:hover, .site-branding__name-link:focus {
  text-decoration: none;
}
.site-branding__slogan {
  font-style: normal;
}

/*# sourceMappingURL=maps/branding.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/branding.css
View source
  1. /**
  2. * Branding styles
  3. * - Drupal core branding block.
  4. ============================================================================ */
  5. .site-branding:before, .site-branding:after {
  6. content: " ";
  7. display: table;
  8. }
  9. .site-branding:after {
  10. clear: both;
  11. }
  12. .site-branding__text, .site-branding__name, .site-branding__slogan {
  13. display: block;
  14. }
  15. .site-branding__logo-link {
  16. display: inline-block;
  17. padding: 6px 0;
  18. padding: 0.375rem 0;
  19. }
  20. .site-branding__text {
  21. margin: 0;
  22. }
  23. .site-branding__name {
  24. font-size: 26px;
  25. font-size: 1.625rem;
  26. line-height: 30px;
  27. line-height: 1.875rem;
  28. font-weight: 400;
  29. }
  30. .site-branding__name-link:hover, .site-branding__name-link:focus {
  31. text-decoration: none;
  32. }
  33. .site-branding__slogan {
  34. font-style: normal;
  35. }
  36. /*# sourceMappingURL=maps/branding.css.map */