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
}
.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;
}
}
}