From 205dde453a0e898d85ad980e4676cd2aae414874 Mon Sep 17 00:00:00 2001 From: PCoder Date: Fri, 1 Feb 2019 08:19:07 +0100 Subject: [PATCH] More style fixes --- templates/gdpr/gdpr_banner.html | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/templates/gdpr/gdpr_banner.html b/templates/gdpr/gdpr_banner.html index a92bfa84..2c5d0d7c 100644 --- a/templates/gdpr/gdpr_banner.html +++ b/templates/gdpr/gdpr_banner.html @@ -6,7 +6,8 @@ font-family: "Lato", sans-serif; font-size: 14px; font-weight: 300; - line-height: 1; + line-height: 1.5; + margin: 30px 0; } h1.gdpr, h2.gpdr, h3.gpdr, h4.gdpr, h5.gdpr, h6.gdpr { @@ -56,6 +57,20 @@ .gdpr-button-text-letter-spacing { letter-spacing: 0.6px; } + + button.gdpr:hover { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; + } + button.gdpr { + font-family: "Lato", sans-serif; + text-transform: none; + font-size: 14px; + font-weight: 300; + letter-spacing: 1px; + border-radius: 1px; + }