Login validation

This commit is contained in:
Torkel Ödegaard
2015-01-22 11:51:44 +01:00
parent 1a11b400b0
commit c82e2d74bf
4 changed files with 84 additions and 30 deletions
+19
View File
@@ -135,6 +135,25 @@
color: @textColor;
}
.password-strength {
display: block;
width: 50px;
overflow: visible;
white-space: nowrap;
padding-top: 3px;
margin-left: 97px;
color: darken(@textColor, 20%);
border-top: 3px solid @red;
&.password-strength-ok {
width: 170px;
border-top: 3px solid lighten(@yellow, 10%);
}
&.password-strength-good {
width: 254px;
border-top: 3px solid lighten(@green, 10%);
}
}
.login-submit-button-row {
text-align: center;
margin-top: 40px;