diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 2aa53b99..48d44c02 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -136,9 +136,7 @@ a { .cookies-banner { color: white; background-color: $button-color-blue; - #cookies-agree-button { - background-color: green !important; margin: 0; } } @@ -180,4 +178,4 @@ table { #delete-confirm:disabled { cursor: not-allowed; -} \ No newline at end of file +} diff --git a/app/views/shared/components/_cookie_warning.html.erb b/app/views/shared/components/_cookie_warning.html.erb index ca054c20..c3d4d516 100644 --- a/app/views/shared/components/_cookie_warning.html.erb +++ b/app/views/shared/components/_cookie_warning.html.erb @@ -14,13 +14,13 @@ %> <% if cookies && cookies['cookie_consented'] != 'true' %> -
+
<%= t("cookies.cookie_info") %> - +