D10 theme for Island Lives. This is a clone of drupals core theme Olivero. Notice this theme is named Olivera not Olivero :)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.0 KiB

11 months ago
/*
* 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: var(--sp);
}
.block-system-powered-by-block a {
-webkit-text-decoration: underline;
text-decoration: underline;
}
.block-system-powered-by-block a:hover,
.block-system-powered-by-block a:focus {
-webkit-text-decoration: none;
text-decoration: none;
}
.block-system-powered-by-block .drupal-logo {
display: inline-block;
margin-block-start: calc(-1 * var(--sp) / 4);
margin-inline-start: calc(var(--sp) / 4);
}
.block-system-powered-by-block svg {
width: 0.875rem; /* 14 */
height: 1.1875rem; /* 19 */
vertical-align: top;
fill: currentColor;
}
.site-footer .block-system-powered-by-block a {
color: var(--color--white);
}
.site-footer .block-system-powered-by-block svg path {
fill: var(--color--white);
}