forked from External/greenlight
Color Configuration for Cookie Banner (#1302)
* Color Configuration for Cookie Banner Right now, the colors of the cookie banner are hard-coded which can easily clash with the configured site colors in site settings. This patch switches to using the configured colors instead. * Update application.scss Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com> Co-authored-by: Jesus Federico <jesus@123it.ca>
This commit is contained in:
@ -14,13 +14,13 @@
|
||||
%>
|
||||
|
||||
<% if cookies && cookies['cookie_consented'] != 'true' %>
|
||||
<div class="cookies-banner fixed-bottom text-center d-inline-block">
|
||||
<div class="primary-lighten cookies-banner fixed-bottom text-center d-inline-block">
|
||||
<div class="cookies-banner-content py-3">
|
||||
<span class="cookies-warning-text pr-5">
|
||||
<%= t("cookies.cookie_info") %>
|
||||
</span>
|
||||
<span class="cookies-warning-button d-inline-block">
|
||||
<button id="cookies-agree-button" class="btn customBtn bg-primary"><%= t("cookies.cookie_button") %></button>
|
||||
<button id="cookies-agree-button" class="btn customBtn primary-regular"><%= t("cookies.cookie_button") %></button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user