|
@@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
flex-flow: column;
|
|
flex-flow: column;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
.stepTitle {
|
|
.stepTitle {
|
|
|
font-weight: $weight-light;
|
|
font-weight: $weight-light;
|
|
|
font-size: 32px;
|
|
font-size: 32px;
|
|
@@ -36,7 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
}
|
|
}
|
|
|
.container {
|
|
.container {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
- margin: 0 auto;
|
|
|
|
|
|
|
+ margin-left: -32px;
|
|
|
padding: 0px 0px 70px 32px;
|
|
padding: 0px 0px 70px 32px;
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|