block.pcss.css

Same filename in other branches
  1. 9 core/themes/olivero/css/components/block.pcss.css
  2. 11.x core/themes/olivero/css/components/block.pcss.css

Block styling.

File

core/themes/olivero/css/components/block.pcss.css

View source
  1. /**
  2. * @file
  3. * Block styling.
  4. */
  5. @import "../base/media-queries.pcss.css";
  6. .block__title {
  7. margin-block: 0 var(--sp);
  8. letter-spacing: 0.02em;
  9. color: var(--color-text-neutral-soft);
  10. font-size: var(--font-size-s);
  11. line-height: var(--sp);
  12. }
  13. .site-footer .block__title {
  14. color: var(--color--gray-65);
  15. }

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