powered-by-block.css
Same filename in other branches
Powered by block specific styles.
File
-
core/
themes/ olivero/ css/ components/ powered-by-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
- * Powered by block specific styles.
- */
-
- .block-system-powered-by-block {
- letter-spacing: 0.02em;
- font-size: 0.875rem;
- line-height: 1.125rem;
- }
-
- .block-system-powered-by-block a {
- text-decoration: underline;
- }
-
- .block-system-powered-by-block a:hover,
- .block-system-powered-by-block a:focus {
- text-decoration: none;
- }
-
- [dir="ltr"] .block-system-powered-by-block .drupal-logo {
- margin-left: 0.28125rem;
- }
-
- [dir="rtl"] .block-system-powered-by-block .drupal-logo {
- margin-right: 0.28125rem;
- }
-
- .block-system-powered-by-block .drupal-logo {
- display: inline-block;
- margin-top: -0.28125rem;
- }
-
- .block-system-powered-by-block svg {
- width: 0.875rem; /* 14 */
- height: 1.1875rem; /* 19 */
- vertical-align: top;
- }
-
- .block-system-powered-by-block svg path {
- fill: currentColor;
- }
-
- .site-footer .block-system-powered-by-block a {
- color: #fff;
- }
-
- .site-footer .block-system-powered-by-block svg path {
- fill: #fff;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.