From 426780af2c40dc847ebda4d4e10d0f76d15c9073 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 30 Aug 2024 11:03:00 -0400 Subject: [PATCH] chore: clean up CSS for buttons in content pages --- umap/static/umap/content.css | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index f723fd35..386c8581 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -194,26 +194,15 @@ input[type="submit"], .button-primary { font-weight: bold; } -.wrapper input[type="submit"]:hover { - background-color: #35537c; -} .wrapper .neutral, .wrapper input[type="submit"].neutral { background-color: var(--button-neutral-background); color: var(--button-neutral-color); } -.wrapper.somber { - background-color: #2E3641; - color: #efefef; - padding-top: 20px; - margin-top: 20px; -} -.wrapper.somber .row { - margin-top: 0; -} .wrapper .button, .wrapper input { height: 56px; line-height: 43px; + font-weight: bold; } /* **************************** */