geo-coop/web/themes/custom/geofresco/src/global/_layout.scss
2019-09-22 19:45:05 -04:00

44 lines
891 B
SCSS

@charset "UTF-8";
/**
* Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
*/
/* Center logo & sitename when they stack on tiny screens. */
@include until($mini) {
.sitename.column,
.logo.column {
width: 100%;
}
}
.search-bar > .block,
.logo > .image {
display: inline-block;
}
/* Allow the primary page content to be flush with the bottom of the slogan. */
.main-section {
padding-top: 0;
.group-header {
padding-top: 0;
}
}
/* On node pages, drop the title over (where we want) the image (to be). */
.page--content-item .page-title {
height: 0;
position: relative;
overflow: visible;
z-index: 10;
}
/* If there's no featured image, leave enough blank space for the dropping down title. */
.content.no-featured-image {
margin-top: 6rem;
}
.background-replacement-for-no-image {
height: 12rem;
background-color: cadetblue;
}