Commit compiled CSS
This commit is contained in:
parent
13f5a82540
commit
9ff09d16b4
1 changed files with 12 additions and 1 deletions
13
web/themes/custom/geofresco/dist/css/global.css
vendored
13
web/themes/custom/geofresco/dist/css/global.css
vendored
|
@ -8279,10 +8279,21 @@ label.panel-block {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
z-index: 10; }
|
z-index: 10; }
|
||||||
|
|
||||||
|
/* On content listing pages (e.g. card view mode). */
|
||||||
.background-replacement-for-no-image {
|
.background-replacement-for-no-image {
|
||||||
height: 12rem;
|
height: 10rem;
|
||||||
background-color: cadetblue; }
|
background-color: cadetblue; }
|
||||||
|
|
||||||
|
/* On full content pages. */
|
||||||
|
.featured-image .background-replacement-for-no-image {
|
||||||
|
height: 12rem; }
|
||||||
|
@media screen and (min-width: 1024px) {
|
||||||
|
.featured-image .background-replacement-for-no-image {
|
||||||
|
height: 14rem; } }
|
||||||
|
@media screen and (min-width: 1216px) {
|
||||||
|
.featured-image .background-replacement-for-no-image {
|
||||||
|
height: 16rem; } }
|
||||||
|
|
||||||
.page--content-item--gleaning .page-title {
|
.page--content-item--gleaning .page-title {
|
||||||
background-color: #ffdd57; }
|
background-color: #ffdd57; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue