clone of olivero for island lives
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.

68 lines
1.3 KiB

10 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.
*/
10 months ago
/*
* Media query breakpoints.
* Processed by postcss/postcss-custom-media.
*/
/* Navigation related breakpoints */
/* Grid related breakpoints */
/* Grid shifts from 6 to 14 columns. */
/* Width of the entire grid maxes out. */
10 months ago
.block-system-powered-by-block {
letter-spacing: 0.02em;
font-size: 0.875rem;
10 months ago
line-height: var(--sp)
10 months ago
}
.block-system-powered-by-block a {
10 months ago
text-decoration: underline
}
10 months ago
.block-system-powered-by-block a:hover,
10 months ago
.block-system-powered-by-block a:focus {
text-decoration: none;
}
[dir="ltr"] .block-system-powered-by-block .drupal-logo {
margin-left: calc(var(--sp)/4)
10 months ago
}
10 months ago
[dir="rtl"] .block-system-powered-by-block .drupal-logo {
margin-right: calc(var(--sp)/4)
10 months ago
}
10 months ago
.block-system-powered-by-block .drupal-logo {
display: inline-block;
margin-top: calc(var(--sp)*-1/4);
}
10 months ago
.block-system-powered-by-block svg {
10 months ago
width: 0.875rem; /* 14 */
height: 1.1875rem; /* 19 */
vertical-align: top;
fill: currentColor;
}
10 months ago
.site-footer .block-system-powered-by-block a {
10 months ago
color: var(--color--white);
}
10 months ago
.site-footer .block-system-powered-by-block svg path {
10 months ago
fill: var(--color--white);
}