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.

40 lines
684 B

11 months ago
/**
* @file
* Footer regions.
*/
@import "../base/media-queries.pcss.css";
.site-footer {
position: relative; /* stack above left social bar */
color: var(--color--gray-65);
background: linear-gradient(180deg, var(--color--gray-5) 0%, var(--color--gray-10) 100%);
& .menu {
margin-inline-start: 0;
list-style: none;
& ul {
margin-inline-start: var(--sp);
}
& li {
margin-block-end: var(--sp0-5);
}
}
& a {
color: inherit;
&:hover {
text-decoration: none;
}
}
}
@media (--nav) {
body:not(.is-always-mobile-nav) .site-footer {
border-inline-start: solid var(--content-left) var(--color--black);
}
}