11 lines
155 B
SCSS
11 lines
155 B
SCSS
|
.step-container {
|
||
|
flex-grow: 1;
|
||
|
}
|
||
|
|
||
|
.step-overlay {
|
||
|
background-color: #191919c2;
|
||
|
height: 100%;
|
||
|
padding-left: 3vw;
|
||
|
padding-right: 3vw;
|
||
|
}
|