From 3329192ea621d4b2a58d7d32c5ad8f0cd0713d5f Mon Sep 17 00:00:00 2001 From: Srinath Date: Thu, 5 Feb 2026 15:53:34 +0530 Subject: [PATCH] Preferenec button fix one place --- src/Pages/Preference/PreferenceList.scss | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/Pages/Preference/PreferenceList.scss b/src/Pages/Preference/PreferenceList.scss index 4f7302a..747f92b 100644 --- a/src/Pages/Preference/PreferenceList.scss +++ b/src/Pages/Preference/PreferenceList.scss @@ -18,7 +18,7 @@ color: #1890ff; // Ant Design blue } - .ant-form-item-label > label { + .ant-form-item-label>label { font-weight: 500; color: #000000; font-size: 16px; @@ -62,7 +62,7 @@ .submitButton { position: unset; - > button { + >button { width: max-content; bottom: 30px; } @@ -83,7 +83,7 @@ .menu-section { padding: 10px 0; - > div { + >div { font-family: "Poppins"; font-weight: 400; font-size: 14px; @@ -109,15 +109,19 @@ gap: 0; width: 80%; } + .preferences-list { max-height: 80vh; width: 95%; + .preference-headers { font-size: 1rem; } - .ant-form-item-label > label { + + .ant-form-item-label>label { font-size: 14px; } + .ant-checkbox-wrapper { font-size: 13px; } @@ -137,7 +141,7 @@ margin: 0; text-decoration: underline; - > div { + >div { font-size: 12px; margin: 0; background-color: unset; @@ -149,13 +153,18 @@ } } } + .PreferencesBTN { display: flex; align-items: flex-start; justify-content: flex-end; width: 100%; margin-top: 1rem; + position: fixed; + bottom: 1.3rem; + right: 2.5rem; + .primary_Button { width: 200px !important; } -} +} \ No newline at end of file