From 9ff09d16b4fa49a400a19f34d48bb3d30cc2cc86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Sep 2019 19:48:27 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 113af32..d4ecc1c 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -8279,10 +8279,21 @@ label.panel-block { overflow: visible; z-index: 10; } +/* On content listing pages (e.g. card view mode). */ .background-replacement-for-no-image { - height: 12rem; + height: 10rem; 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 { background-color: #ffdd57; }