Small fix to the registration form layout
This commit is contained in:
parent
a4718b2c04
commit
66e036b5de
@ -1455,7 +1455,7 @@ div.dialogBox {
|
||||
text-rendering: optimizeLegibility;
|
||||
font-size: 48pt;
|
||||
line-height: 90pt;
|
||||
color: #ff9900; }
|
||||
color: white; }
|
||||
#registrationPage .registrationForm div.form {
|
||||
-webkit-box-flex: 4;
|
||||
-webkit-flex: 4;
|
||||
@ -1518,7 +1518,7 @@ div.dialogBox {
|
||||
#registrationPage .registrationForm div.form form .steps .step.TERMS_OF_SERVICE .stepIndex {
|
||||
margin-top: 10px; }
|
||||
#registrationPage .registrationForm div.form form .steps .step .stepBody {
|
||||
min-height: 130px; }
|
||||
min-height: 140px; }
|
||||
#registrationPage .registrationForm div.form form .steps .step .stepIndex {
|
||||
text-align: center; }
|
||||
#registrationPage .registrationForm div.form form .steps .step .stepIndex .stepIndexItem {
|
||||
|
File diff suppressed because one or more lines are too long
@ -18,8 +18,8 @@
|
||||
|
||||
font-size: 48pt;
|
||||
line-height: 90pt;
|
||||
color: $main-color;
|
||||
// color: $main-alternate-text-color;
|
||||
color: white;
|
||||
// color: $main-color;
|
||||
}
|
||||
|
||||
div.form {
|
||||
@ -112,7 +112,7 @@
|
||||
}
|
||||
|
||||
.stepBody {
|
||||
min-height: 130px;
|
||||
min-height: 140px;
|
||||
}
|
||||
|
||||
.stepIndex {
|
||||
|
Loading…
Reference in New Issue
Block a user