From 6bc81378b2456d1e18c2bdf38b7a8dc4ad850f6e Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Tue, 14 Nov 2023 13:31:40 +0100 Subject: [PATCH] fix(customPopup): center title --- src/components/CustomPopup/customPopupModal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CustomPopup/customPopupModal.scss b/src/components/CustomPopup/customPopupModal.scss index 0933a3089..3e86e2fff 100644 --- a/src/components/CustomPopup/customPopupModal.scss +++ b/src/components/CustomPopup/customPopupModal.scss @@ -11,13 +11,13 @@ align-items: center; padding: 1rem; max-width: 20rem; + text-align: center; .customPopup-title { color: $gold-shadow; margin: 1rem auto; } .customPopup-content { - text-align: center; font-weight: 700; p { color: $grey-bright; -- GitLab