From 7ed12a37b7e8751139857111784d080535618e41 Mon Sep 17 00:00:00 2001 From: j-corry Date: Fri, 15 Nov 2024 09:18:56 +0000 Subject: [PATCH] - Replace grey backgrounds on object pages with black borders --- app/assets/stylesheets/primary.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/primary.css b/app/assets/stylesheets/primary.css index cc1c3e9..c68b211 100644 --- a/app/assets/stylesheets/primary.css +++ b/app/assets/stylesheets/primary.css @@ -137,7 +137,7 @@ footer { width: 100%; box-sizing: border-box; align-self: stretch; - padding: 0; + padding: 8px 0; justify-content: flex-start; align-items: flex-start; display: inline-flex; @@ -145,7 +145,8 @@ footer { .content-prelim-inner { flex: 1 1 0; padding: 16px 16px; - background: #EBEBEB; + background: none; + border: 2px solid; justify-content: space-between; align-items: flex-start; gap: 10px; @@ -228,8 +229,9 @@ div.callout { .content-section { &.grey { - background: #EBEBEB; + background: none; padding: 16px; + border: 2px solid } &.white { @@ -238,10 +240,8 @@ div.callout { } &.white-padded { - /*background: #EBEBEB;*/ - /*border: 1px solid lightgrey*/ background: none; - padding: 16px; + padding: 8px 0; } &.white-slim {