You are here

block--branding.css in AT Tools 8.3

/**
 * Branding styles
 *  - Drupal core branding block.
 ============================================================================ */
.block-plugin-id--system-branding-block {
  margin: 1.25rem 0;
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.site-branding__text, .site-branding__name, .site-branding__slogan {
  display: block;
}

.site-branding__logo-link {
  display: block;
  padding-right: 1rem;
}

.site-branding__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}

.site-branding__name {
  font-size: 1.25rem;
  padding-right: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 60.0625em) {
  .site-branding__name {
    font-size: 1.625rem;
  }
}

.site-branding__name-link:hover, .site-branding__name-link:focus {
  text-decoration: none;
}

.site-branding__slogan {
  font-weight: 400;
}
/*# sourceMappingURL=block--branding.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/block--branding.css
View source
  1. /**
  2. * Branding styles
  3. * - Drupal core branding block.
  4. ============================================================================ */
  5. .block-plugin-id--system-branding-block {
  6. margin: 1.25rem 0;
  7. }
  8. .site-branding {
  9. display: -webkit-box;
  10. display: -ms-flexbox;
  11. display: flex;
  12. -webkit-box-align: center;
  13. -ms-flex-align: center;
  14. align-items: center;
  15. -webkit-box-pack: start;
  16. -ms-flex-pack: start;
  17. justify-content: flex-start;
  18. -webkit-box-orient: horizontal;
  19. -webkit-box-direction: normal;
  20. -ms-flex-direction: row;
  21. flex-direction: row;
  22. }
  23. .site-branding__text, .site-branding__name, .site-branding__slogan {
  24. display: block;
  25. }
  26. .site-branding__logo-link {
  27. display: block;
  28. padding-right: 1rem;
  29. }
  30. .site-branding__text {
  31. display: -webkit-box;
  32. display: -ms-flexbox;
  33. display: flex;
  34. -webkit-box-align: center;
  35. -ms-flex-align: center;
  36. align-items: center;
  37. -webkit-box-pack: start;
  38. -ms-flex-pack: start;
  39. justify-content: flex-start;
  40. -webkit-box-orient: horizontal;
  41. -webkit-box-direction: normal;
  42. -ms-flex-direction: row;
  43. flex-direction: row;
  44. margin: 0;
  45. }
  46. .site-branding__name {
  47. font-size: 1.25rem;
  48. padding-right: 1rem;
  49. font-weight: 400;
  50. }
  51. @media screen and (min-width: 60.0625em) {
  52. .site-branding__name {
  53. font-size: 1.625rem;
  54. }
  55. }
  56. .site-branding__name-link:hover, .site-branding__name-link:focus {
  57. text-decoration: none;
  58. }
  59. .site-branding__slogan {
  60. font-weight: 400;
  61. }
  62. /*# sourceMappingURL=block--branding.css.map */