From 15527edf56218eea006adb456ab5581e479c8b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 22 Sep 2019 19:23:52 -0400 Subject: [PATCH] Commit compiled CSS --- web/themes/custom/geofresco/dist/css/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index ef5ca6e..98054f0 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -8232,3 +8232,7 @@ label.panel-block { /* 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; }