powered-by-block.css

Same filename and directory in other branches
  1. 10 core/themes/olivero/css/components/powered-by-block.css
  2. 11.x core/themes/olivero/css/components/powered-by-block.css
  3. 9 core/themes/olivero/css/components/powered-by-block.css

Powered by block specific styles.

File

core/themes/olivero/css/components/powered-by-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. * Powered by block specific styles.
  10. */
  11. .block-system-powered-by-block {
  12. letter-spacing: 0.02em;
  13. font-size: 0.875rem;
  14. line-height: var(--sp);
  15. & a {
  16. -webkit-text-decoration: underline;
  17. text-decoration: underline;
  18. &:hover,
  19. &:focus {
  20. -webkit-text-decoration: none;
  21. text-decoration: none;
  22. }
  23. }
  24. & .drupal-logo {
  25. display: inline-block;
  26. margin-block-start: calc(-1 * var(--sp) / 4);
  27. margin-inline-start: calc(var(--sp) / 4);
  28. }
  29. & svg {
  30. width: 0.875rem; /* 14 */
  31. height: 1.1875rem; /* 19 */
  32. vertical-align: top;
  33. fill: currentColor;
  34. }
  35. }
  36. .site-footer .block-system-powered-by-block {
  37. & a {
  38. color: var(--color--white);
  39. }
  40. & svg path {
  41. fill: var(--color--white);
  42. }
  43. }

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