Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Change consentlayer code and style
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKampf committed Jul 13, 2023
1 parent 12a6a2e commit 4b56ba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions nextmagentacloud21/core/css/server.css
Original file line number Diff line number Diff line change
Expand Up @@ -2959,4 +2959,8 @@ opacity: unset !important;
}
}

.cl-main a{
color: #00739f !important;
}

/*Responsive Styling*/
2 changes: 1 addition & 1 deletion nextmagentacloud21/core/js/customutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ window.onload = function () {
"object" === typeof utag.gdpr &&
utag.gdpr.getConsentState() !== 0 &&
//Check is direct login is not set to 2
(urlParams.has('direct') && urlParams.get('direct') !== '2')) {
(!urlParams.has('direct') && urlParams.get('direct') !== '2')) {
//Redirect to Telekom Login
redirectToTelekomLogin();
}
Expand Down

0 comments on commit 4b56ba1

Please sign in to comment.