Compile CSS

This commit is contained in:
benjamin melançon 2025-07-29 15:02:24 -04:00
parent 296bd15a8a
commit 53e581b228
2 changed files with 19 additions and 10 deletions

View file

@ -11479,7 +11479,7 @@ label.panel-block:hover {
background: #F8F8F8;
transform: translateX(-100%);
transition: transform 0.4s ease;
z-index: 100;
z-index: 10001;
}
.drawer .nav-list {
padding: 0;

View file

@ -1,11 +1,13 @@
.navbar > .container > .navbar-brand {
margin-left: inherit; }
margin-left: inherit;
}
.navbar > .container > .navbar-menu {
margin-right: inherit; }
margin-right: inherit;
}
.block-system-branding-block > figure {
margin-right: inherit; }
margin-right: inherit;
}
/*
.section {
@ -14,13 +16,15 @@
*/
#block-geofresco-local-tasks {
position: relative;
top: -1.5rem; }
top: -1.5rem;
}
.footer {
background-image: url("/themes/custom/geofresco/images/grassland-wark-forest.jpg");
background-position: center;
height: 40rem;
background-size: cover; }
background-size: cover;
}
/* The not last child stuff is needed to prevent some crazy Bulma rule that
sets a margin of 1.5rem on bloody everything not last child. */
@ -28,12 +32,17 @@
.subtitle,
.subtitle:not(:last-child),
.title:not(:last-child) {
margin-bottom: 0.5em; }
margin-bottom: 0.5em;
}
.tag.hidden {
display: none; }
display: none;
}
/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */
.comment-indicator {
position: absolute;
left: -4rem; }
left: -4rem;
}
/*# sourceMappingURL=overrides.css.map */