You are here

site-branding.css in Zircon Profile 8

Visual styles for the site branding block in Bartik.

File

core/themes/bartik/css/components/site-branding.css
View source
  1. /**
  2. * @file
  3. * Visual styles for the site branding block in Bartik.
  4. */
  5. .site-branding__logo {
  6. display: inline-block;
  7. margin-right: 1em; /* LTR */
  8. margin-bottom: 0.286em;
  9. }
  10. [dir="rtl"] .site-branding__logo {
  11. margin-right: 0;
  12. margin-left: 1em;
  13. }
  14. .site-branding__text {
  15. display: inline-block;
  16. vertical-align: top;
  17. }
  18. @media all and (min-width: 461px) {
  19. .site-branding__text {
  20. margin-bottom: 1.857em;
  21. }
  22. }
  23. @media all and (min-width: 901px) {
  24. .site-branding__text {
  25. padding: 1.286em 0 0;
  26. }
  27. }
  28. .site-branding__name {
  29. font-size: 1.6em;
  30. color: #686868;
  31. line-height: 1;
  32. }
  33. @media all and (min-width: 901px) {
  34. .site-branding__name {
  35. font-size: 1.821em;
  36. }
  37. }
  38. .site-branding__slogan {
  39. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  40. font-size: 0.929em;
  41. margin-top: 7px;
  42. word-spacing: 0.1em;
  43. font-style: italic;
  44. }