Preferenec button fix one place

This commit is contained in:
Srinath 2026-02-05 15:53:34 +05:30
parent f69788cde1
commit 3329192ea6
1 changed files with 15 additions and 6 deletions

View File

@ -18,7 +18,7 @@
color: #1890ff; // Ant Design blue color: #1890ff; // Ant Design blue
} }
.ant-form-item-label > label { .ant-form-item-label>label {
font-weight: 500; font-weight: 500;
color: #000000; color: #000000;
font-size: 16px; font-size: 16px;
@ -62,7 +62,7 @@
.submitButton { .submitButton {
position: unset; position: unset;
> button { >button {
width: max-content; width: max-content;
bottom: 30px; bottom: 30px;
} }
@ -83,7 +83,7 @@
.menu-section { .menu-section {
padding: 10px 0; padding: 10px 0;
> div { >div {
font-family: "Poppins"; font-family: "Poppins";
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
@ -109,15 +109,19 @@
gap: 0; gap: 0;
width: 80%; width: 80%;
} }
.preferences-list { .preferences-list {
max-height: 80vh; max-height: 80vh;
width: 95%; width: 95%;
.preference-headers { .preference-headers {
font-size: 1rem; font-size: 1rem;
} }
.ant-form-item-label > label {
.ant-form-item-label>label {
font-size: 14px; font-size: 14px;
} }
.ant-checkbox-wrapper { .ant-checkbox-wrapper {
font-size: 13px; font-size: 13px;
} }
@ -137,7 +141,7 @@
margin: 0; margin: 0;
text-decoration: underline; text-decoration: underline;
> div { >div {
font-size: 12px; font-size: 12px;
margin: 0; margin: 0;
background-color: unset; background-color: unset;
@ -149,13 +153,18 @@
} }
} }
} }
.PreferencesBTN { .PreferencesBTN {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: flex-end; justify-content: flex-end;
width: 100%; width: 100%;
margin-top: 1rem; margin-top: 1rem;
position: fixed;
bottom: 1.3rem;
right: 2.5rem;
.primary_Button { .primary_Button {
width: 200px !important; width: 200px !important;
} }
} }