GEL defect and ui changes
This commit is contained in:
@@ -8,13 +8,13 @@ const CookieBanner = () => {
|
||||
<CookieConsent
|
||||
style={{
|
||||
position: "inherit",
|
||||
background: "#f3f2f1",
|
||||
background: "#eeeeee",
|
||||
display: "block",
|
||||
}}
|
||||
containerClasses="app-cookie-banner"
|
||||
buttonClasses="govuk-button"
|
||||
buttonClasses="cookies-banner__button"
|
||||
buttonWrapperClasses="govuk-width-container consentBanner"
|
||||
declineButtonClasses="govuk-button"
|
||||
declineButtonClasses="cookies-banner__button"
|
||||
buttonText={t("common:cookie-banner-accept")}
|
||||
declineButtonText={t("common:cookie-banner-decline")}
|
||||
disableStyles={true}
|
||||
@@ -36,10 +36,10 @@ const CookieBanner = () => {
|
||||
<div className="govuk-grid-row">
|
||||
<div className="govuk-grid-column-two-thirds">
|
||||
<div className="">
|
||||
<p className="govuk-body">
|
||||
<p className="cookies-banner__description">
|
||||
{t("common:cookie-banner-line-1")}
|
||||
</p>
|
||||
<ul>
|
||||
<ul className="cookies-banner__description">
|
||||
<li>
|
||||
{" "}
|
||||
{t(
|
||||
@@ -47,8 +47,10 @@ const CookieBanner = () => {
|
||||
)}
|
||||
</li>
|
||||
</ul>
|
||||
<p>{t("common:cookie-banner-line-2")}</p>
|
||||
<ul>
|
||||
<p className="cookies-banner__description">
|
||||
{t("common:cookie-banner-line-2")}
|
||||
</p>
|
||||
<ul className="cookies-banner__description">
|
||||
<li>
|
||||
{t(
|
||||
"common:cookie-banner-list-item-2"
|
||||
|
||||
Reference in New Issue
Block a user