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.

47 lines
880 B

10 months ago
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/**
* @file
* Footer regions.
*/
.site-footer {
position: relative; /* stack above left social bar */
color: var(--color--gray-65);
10 months ago
/*background: linear-gradient(180deg, var(--color--gray-5) 0%, var(--color--gray-10) 100%);*/
background: #33210D;
10 months ago
}
.site-footer .menu {
10 months ago
margin-inline-start: 0;
list-style: none;
10 months ago
}
10 months ago
.site-footer .menu ul {
margin-inline-start: var(--sp);
10 months ago
}
.site-footer .menu li {
10 months ago
margin-block-end: var(--sp0-5);
}
10 months ago
.site-footer a {
10 months ago
color: inherit;
}
10 months ago
.site-footer a:hover {
10 months ago
-webkit-text-decoration: none;
text-decoration: none;
}
10 months ago
8 months ago
@media ((((min-width: 60rem)))) {
10 months ago
body:not(.is-always-mobile-nav) .site-footer {
border-inline-start: solid var(--content-left) var(--color--black);
10 months ago
}
}