- saving progress;
This commit is contained in:
@@ -36,5 +36,24 @@
|
||||
|
||||
.flowContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 60px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.flowContainer__level {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.flowContainer__flowItem {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
width: 100%;
|
||||
max-width: 250px;
|
||||
padding: 7px;
|
||||
border: 1px solid var(--table-border-color);
|
||||
}
|
||||
Reference in New Issue
Block a user