From c38032ac206d42c40abe8965ab2d1f8c51791655 Mon Sep 17 00:00:00 2001 From: farhatahmad <35435341+farhatahmad@users.noreply.github.com> Date: Fri, 15 Feb 2019 12:07:10 -0500 Subject: [PATCH] Fixed styling on cookie warning (#368) --- app/assets/stylesheets/application.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index b4b5244d..f883273b 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -128,5 +128,10 @@ a { .cookies-banner { height: $footer-height; - background-color: $background-color; + color: white; + background-color: $button-color-blue; + + #cookies-agree-button { + background-color: green !important; + } }