block.css
Same filename in this branch
Same filename in other branches
Block styling.
File
-
core/
themes/ olivero/ css/ components/ block.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Block styling.
- */
-
- .block__title {
- margin-top: 0;
- margin-bottom: 1.125rem;
- letter-spacing: 0.02em;
- color: #6e7172;
- font-size: 0.875rem;
- line-height: 1.125rem;
- }
-
- .site-footer .block__title {
- color: #9ea0a1;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.