small ui fix

This commit is contained in:
mchouliara 2024-09-30 16:40:10 +03:00
parent ab5f48611f
commit de5e70a808
1 changed files with 3 additions and 13 deletions

View File

@ -45,7 +45,6 @@
font-weight: 400;
font-size: 14px;
color: var(--primary-text);
opacity: 0.75;
}
.subtitle {
@ -59,16 +58,8 @@
white-space: nowrap;
}
.plan-stepper {
position: fixed;
display: flex;
flex-direction: column;
height: calc(100vh - 190px);
overflow-y: auto;
}
.stepper-options {
height: calc(100vh - 550px);
height: calc(100vh - 29rem);
overflow-y: auto;
}
@ -79,8 +70,7 @@
letter-spacing: 0px;
color: var(--dark-gray);
opacity: 0.6;
margin: 2.875rem 0rem 2.875rem 0rem;
padding-left: 1rem;
margin: 2.5rem 0rem 1.5rem 1rem;
}
.stepper-list li {
@ -368,7 +358,7 @@ a:hover {
.form-container{
margin-top: 9rem;
}
.form {
#editor-form {
height: fit-content !important;
}
}