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