block.css

Same filename in this branch
  1. 9 core/themes/bartik/css/components/block.css
Same filename in other branches
  1. 7.x modules/block/block.css
  2. 8.9.x core/themes/bartik/css/components/block.css
  3. 10 core/themes/olivero/css/components/block.css
  4. 11.x core/themes/olivero/css/components/block.css

Block styling.

File

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

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Block styling.
  10. */
  11. .block__title {
  12. margin-top: 0;
  13. margin-bottom: 1.125rem;
  14. letter-spacing: 0.02em;
  15. color: #6e7172;
  16. font-size: 0.875rem;
  17. line-height: 1.125rem;
  18. }
  19. .site-footer .block__title {
  20. color: #9ea0a1;
  21. }

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