Compare commits
No commits in common. "53e581b228d6155e2f23e5d161b97fdaf82ebc1f" and "19ce619614ca1774014b8db59c71ca27b0ec20ac" have entirely different histories.
53e581b228
...
19ce619614
3 changed files with 12 additions and 21 deletions
|
@ -11479,7 +11479,7 @@ label.panel-block:hover {
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
transition: transform 0.4s ease;
|
transition: transform 0.4s ease;
|
||||||
z-index: 10001;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
.drawer .nav-list {
|
.drawer .nav-list {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
.navbar > .container > .navbar-brand {
|
.navbar > .container > .navbar-brand {
|
||||||
margin-left: inherit;
|
margin-left: inherit; }
|
||||||
}
|
|
||||||
.navbar > .container > .navbar-menu {
|
.navbar > .container > .navbar-menu {
|
||||||
margin-right: inherit;
|
margin-right: inherit; }
|
||||||
}
|
|
||||||
|
|
||||||
.block-system-branding-block > figure {
|
.block-system-branding-block > figure {
|
||||||
margin-right: inherit;
|
margin-right: inherit; }
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.section {
|
.section {
|
||||||
|
@ -16,15 +14,13 @@
|
||||||
*/
|
*/
|
||||||
#block-geofresco-local-tasks {
|
#block-geofresco-local-tasks {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -1.5rem;
|
top: -1.5rem; }
|
||||||
}
|
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
background-image: url("/themes/custom/geofresco/images/grassland-wark-forest.jpg");
|
background-image: url("/themes/custom/geofresco/images/grassland-wark-forest.jpg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
height: 40rem;
|
height: 40rem;
|
||||||
background-size: cover;
|
background-size: cover; }
|
||||||
}
|
|
||||||
|
|
||||||
/* The not last child stuff is needed to prevent some crazy Bulma rule that
|
/* 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. */
|
sets a margin of 1.5rem on bloody everything not last child. */
|
||||||
|
@ -32,17 +28,12 @@
|
||||||
.subtitle,
|
.subtitle,
|
||||||
.subtitle:not(:last-child),
|
.subtitle:not(:last-child),
|
||||||
.title:not(:last-child) {
|
.title:not(:last-child) {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em; }
|
||||||
}
|
|
||||||
|
|
||||||
.tag.hidden {
|
.tag.hidden {
|
||||||
display: none;
|
display: none; }
|
||||||
}
|
|
||||||
|
|
||||||
/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */
|
/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */
|
||||||
.comment-indicator {
|
.comment-indicator {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -4rem;
|
left: -4rem; }
|
||||||
}
|
|
||||||
|
|
||||||
/*# sourceMappingURL=overrides.css.map */
|
|
||||||
|
|
|
@ -166,7 +166,7 @@
|
||||||
background: local.$offwhite;
|
background: local.$offwhite;
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
transition: transform 0.4s ease;
|
transition: transform 0.4s ease;
|
||||||
z-index: 10001;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer .nav-list {
|
.drawer .nav-list {
|
||||||
|
@ -192,4 +192,4 @@
|
||||||
.drawer {
|
.drawer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue