diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 646a0a7..ec4988e 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -11479,7 +11479,7 @@ label.panel-block:hover { background: #F8F8F8; transform: translateX(-100%); transition: transform 0.4s ease; - z-index: 10001; + z-index: 100; } .drawer .nav-list { padding: 0; diff --git a/web/themes/custom/geofresco/dist/css/overrides.css b/web/themes/custom/geofresco/dist/css/overrides.css index 284854a..3b3f40f 100644 --- a/web/themes/custom/geofresco/dist/css/overrides.css +++ b/web/themes/custom/geofresco/dist/css/overrides.css @@ -1,13 +1,11 @@ .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 { @@ -16,15 +14,13 @@ */ #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. */ @@ -32,17 +28,12 @@ .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; -} - -/*# sourceMappingURL=overrides.css.map */ + left: -4rem; } diff --git a/web/themes/custom/geofresco/src/global/_layout.scss b/web/themes/custom/geofresco/src/global/_layout.scss index d2484f5..f7423b0 100644 --- a/web/themes/custom/geofresco/src/global/_layout.scss +++ b/web/themes/custom/geofresco/src/global/_layout.scss @@ -166,7 +166,7 @@ background: local.$offwhite; transform: translateX(-100%); transition: transform 0.4s ease; - z-index: 10001; + z-index: 100; } .drawer .nav-list { @@ -192,4 +192,4 @@ .drawer { width: 100%; } -} +} \ No newline at end of file