Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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-block: 0 var(--sp);
  13. letter-spacing: 0.02em;
  14. color: var(--color-text-neutral-soft);
  15. font-size: var(--font-size-s);
  16. line-height: var(--sp);
  17. }
  18. .site-footer .block__title {
  19. color: var(--color--gray-65);
  20. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal