geo-coop/web/themes/custom/geofresco/dist/css/overrides.css

47 lines
1 KiB
CSS
Raw Normal View History

2019-07-31 13:36:22 -04:00
.navbar > .container > .navbar-brand {
margin-left: inherit; }
.navbar > .container > .navbar-menu {
margin-right: inherit; }
2019-07-31 19:40:54 -04:00
.block-system-branding-block > figure {
margin-right: inherit; }
2019-07-31 13:36:22 -04:00
/*
.section {
2019-07-28 13:12:23 -04:00
padding-top: 1.5rem;
}
*/
2019-09-28 23:37:00 -04:00
#block-geofresco-local-tasks {
position: relative;
top: -1.5rem; }
2019-07-29 07:51:23 -04:00
.footer {
background-image: url("/themes/custom/geofresco/images/grassland-wark-forest.jpg");
background-position: center;
height: 40rem;
background-size: cover; }
2019-09-29 12:44:32 -04:00
2019-09-29 12:50:22 -04:00
/* 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. */
.title,
2019-09-30 19:17:20 -04:00
.subtitle,
.subtitle:not(:last-child),
2019-09-29 12:44:32 -04:00
.title:not(:last-child) {
2019-09-29 12:50:22 -04:00
margin-bottom: 0.5em; }
2020-02-05 14:16:04 -05:00
.tag.hidden {
display: none; }
2022-01-28 20:01:17 -05:00
/* Comment section TODO move to a proper non-overrides section, possibly into Octavia base theme! */
2020-02-05 14:16:04 -05:00
.comment-indicator {
position: absolute;
left: -4rem; }
2022-01-28 20:01:17 -05:00
2022-01-28 20:18:10 -05:00
.comment-section article {
display: block;
padding-bottom: 0; }
.comment-section .content p:not(:last-child) {
margin-bottom: 0; }