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;