- saving progress;
This commit is contained in:
@@ -39,22 +39,39 @@
|
||||
flex-direction: column;
|
||||
gap: 60px;
|
||||
width: 100%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.flowContainer__level {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
width: 100%;
|
||||
padding: 10px 0;
|
||||
min-height: 240px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.flowContainer__flowItem {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
max-width: 280px;
|
||||
width: 280px;
|
||||
min-width: 280px;
|
||||
padding: 15px;
|
||||
border: 1px solid var(--panel-content-borderColor);
|
||||
|
||||
.flowContainer__flowItemInner > label {
|
||||
border-color: #757575;
|
||||
background-color: #757575;
|
||||
color: white;
|
||||
}
|
||||
|
||||
&.initialForm, &.finalForm {
|
||||
.flowContainer__flowItemInner > label {
|
||||
border-color: var(--card-full-background-color-3);
|
||||
background-color: var(--card-full-background-color-3);
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.flowContainer__flowItemInner {
|
||||
@@ -65,22 +82,27 @@
|
||||
max-width: 250px;
|
||||
border: 1px solid var(--panel-content-borderColor);
|
||||
|
||||
label {
|
||||
> label {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 10px 0 5px;
|
||||
padding: 10px 0;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
&.initialForm, &.finalForm {
|
||||
border-color: var(--card-full-background-color-3);
|
||||
background-color: var(--card-full-background-color-3);
|
||||
|
||||
.flowContainer__flowItemContent {
|
||||
padding: 5px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.appForm__field {
|
||||
margin-top: 10px;
|
||||
|
||||
label {
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user