From d91b940bf0516ec260c82c7f41c293a73fc289b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Mon, 5 Jan 2026 08:10:55 +0000 Subject: [PATCH] Merged in fix/LOY-512-modal-close-button (pull request #3382) fix(LOY-512): override button styling * fix(LOY-512): override button styling Approved-by: Matilda Haneling --- .../ProfilingConsent/Modal/profilingConsentModal.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/components/MyPages/ProfilingConsent/Modal/profilingConsentModal.module.css b/apps/scandic-web/components/MyPages/ProfilingConsent/Modal/profilingConsentModal.module.css index 63bed3d93..6d70a3e2b 100644 --- a/apps/scandic-web/components/MyPages/ProfilingConsent/Modal/profilingConsentModal.module.css +++ b/apps/scandic-web/components/MyPages/ProfilingConsent/Modal/profilingConsentModal.module.css @@ -54,7 +54,7 @@ justify-content: center; } -.closeBtn { +.header .closeBtn { position: absolute; right: var(--Space-x2); top: 50%;