Commit compiled CSS
This commit is contained in:
parent
397748d38f
commit
543a7571be
1 changed files with 8 additions and 7 deletions
15
web/themes/custom/geofresco/dist/css/global.css
vendored
15
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -6016,7 +6016,9 @@ label.panel-block {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
margin-left: -50vw;
|
margin-left: -50vw;
|
||||||
margin-right: -50vw; }
|
margin-right: -50vw;
|
||||||
|
max-height: 27rem;
|
||||||
|
overflow-y: hidden; }
|
||||||
.featured-image figure.image img {
|
.featured-image figure.image img {
|
||||||
width: 100%; }
|
width: 100%; }
|
||||||
|
|
||||||
|
@ -8223,17 +8225,16 @@ label.panel-block {
|
||||||
.main-section .group-header {
|
.main-section .group-header {
|
||||||
padding-top: 0; }
|
padding-top: 0; }
|
||||||
|
|
||||||
/* On node pages, drop the title over (where we want) the image (to be). */
|
/* On certain node pages, drop the title over (where we want) the image (to be). */
|
||||||
.page--content-item .page-title {
|
.page--content-item--article .page-title,
|
||||||
|
.page--content-item--blog .page-title,
|
||||||
|
.page--content-item--collection .page-title,
|
||||||
|
.page--content-item--people .page-title {
|
||||||
height: 0;
|
height: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
z-index: 10; }
|
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 {
|
.background-replacement-for-no-image {
|
||||||
height: 12rem;
|
height: 12rem;
|
||||||
background-color: cadetblue; }
|
background-color: cadetblue; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue