adjusted height in sigup wizards

parent fa863d7d
......@@ -16,7 +16,7 @@
<div class="col-md-2">
</div>
<div class="col-md-8">
<div class="switch-panel-body height600" ng-switch="slide.state">
<div class="switch-panel-body height530" ng-switch="slide.state">
<!--
SLIDE 1: login pane
......
<div class="switch-panel-body height400" ng-switch="slide.state">
<div class="switch-panel-body height360" ng-switch="slide.state">
<!--
SLIDE 1: Account type selection
......
......@@ -1155,6 +1155,14 @@ input.editable.scene-name {
height: 400px;
}
.height360 {
height: 360px;
}
.height530 {
height: 530px;
}
.switch-animation,
.switch-animation-back {
width: 900px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment