32 lines
502 B
SCSS
32 lines
502 B
SCSS
.noSurvey_sequence {
|
|
padding: 0;
|
|
|
|
.main_holder{
|
|
|
|
&.main{
|
|
flex-direction: column;
|
|
}
|
|
|
|
.left_holder{
|
|
width: 90% !important;
|
|
margin: auto;
|
|
}
|
|
|
|
.right_holder{
|
|
width: 90% !important;
|
|
margin: auto;
|
|
}
|
|
|
|
}
|
|
|
|
.buttons_holder {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
a .button {
|
|
margin: 10px 30px;
|
|
}
|
|
}
|
|
}
|
|
|