diff --git a/templates/gdpr/gdpr_banner.html b/templates/gdpr/gdpr_banner.html index ad36ec6f..37d380cc 100644 --- a/templates/gdpr/gdpr_banner.html +++ b/templates/gdpr/gdpr_banner.html @@ -14,7 +14,7 @@ } p.gdpr { - margin: 0; + margin: 0 !important; } div#gdprBanner { @@ -37,7 +37,7 @@ background-color: #3f44466e; margin-left: 25px; display: inline-block; - padding: 6px; + padding: 3px 6px; margin-bottom: 0; font-size: 14px; font-weight: 400; @@ -67,12 +67,15 @@ border-color: #adadad; } .gdpr-button { + color: #333; + background-color: #fff; font-family: "Lato", sans-serif; text-transform: none; font-size: 14px; font-weight: 300; letter-spacing: 1px; - border-radius: 1px; + border-radius: 4px; + border-width: 1px; }