From a06da481db41dc64129009abc05cd45be67104ac Mon Sep 17 00:00:00 2001 From: Klaus Date: Thu, 16 Apr 2020 16:45:16 +0200 Subject: [PATCH] fix cookie banner height (#1202) --- app/assets/stylesheets/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 03fce053..2aa53b99 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -134,12 +134,12 @@ a { } .cookies-banner { - height: $footer-height; color: white; background-color: $button-color-blue; #cookies-agree-button { background-color: green !important; + margin: 0; } }