Preferenec button fix one place
This commit is contained in:
parent
f69788cde1
commit
3329192ea6
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue