From 772a5718ab480dbfaab793c5d57f655f5fa87621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Sep 2019 20:04:43 -0400 Subject: [PATCH] Commit compiled CSS --- .../custom/geofresco/dist/css/global.css | 30 ++++++++++++------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index d4ecc1c..b3fdf6d 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -6089,17 +6089,20 @@ label.panel-block { * * The link and changed text are not dark so we need a pretty high opacity. */ -.footer .views-field .field-content { - background-color: rgba(248, 248, 248, 0.9); - padding: 0.2em; - border-radius: 0.3em; } - -.footer .views-field.views-field-changed { - font-size: 0.8em; - color: #8FB489; - margin-top: 0.2rem; - margin-bottom: 0.4rem; - text-align: right; } +.footer .views-field { + /* We're not displaying this at all anymore + &.views-field-changed { + font-size: 0.8em; + color: $green-gray; + margin-top: 0.2rem; + margin-bottom: 0.4rem; + text-align: right; + } + */ } + .footer .views-field .field-content { + background-color: rgba(248, 248, 248, 0.9); + padding: 0.2em; + border-radius: 0.3em; } .page-title .title > span { background-color: rgba(248, 248, 248, 0.66); @@ -6107,6 +6110,11 @@ label.panel-block { border-radius: 0.4em; line-height: 1.8; } +.block--footer_menus { + background-color: rgba(248, 248, 248, 0.9); + padding: 0.2em; + border-radius: 0.3em; } + .column { display: block; -ms-flex-preferred-size: 0;