2021-10-18 15:46:18 +13:00
|
|
|
.step-container {
|
|
|
|
flex-grow: 1;
|
2021-11-02 11:11:55 +13:00
|
|
|
overflow: auto;
|
2021-10-18 15:46:18 +13:00
|
|
|
}
|
|
|
|
|
|
|
|
.step-overlay {
|
|
|
|
background-color: #191919c2;
|
2021-11-02 11:11:55 +13:00
|
|
|
min-height: 100%;
|
2021-10-18 15:46:18 +13:00
|
|
|
padding-left: 3vw;
|
|
|
|
padding-right: 3vw;
|
2021-11-02 11:11:55 +13:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.step-overlay .row {
|
|
|
|
flex-grow: 1;
|
2021-10-18 15:46:18 +13:00
|
|
|
}
|