Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit e66ebf1

Browse files
author
Victor George
committed
fixing the password styles
1 parent bc7ab18 commit e66ebf1

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

app/account/reset-password/reset-password.jade

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@
5252
.tips.password-tips(ng-show="vm.passwordFocus")
5353
.arrow
5454
h3 Password Tips:
55-
5655
p(ng-class="{ 'has-length-between-range': (vm.resetPasswordForm.password.$dirty && !vm.resetPasswordForm.password.$error.minlength && !vm.resetPasswordForm.password.$error.maxlength && !vm.resetPasswordForm.password.$error.required) }") Must be between 8 and 64 characters
57-
56+
5857
p(ng-class="{ 'has-letter': (vm.resetPasswordForm.password.$dirty && !vm.resetPasswordForm.password.$error.hasLetter) }") At least one letter
59-
58+
6059
p(ng-class="{ 'has-symbol-or-number': (vm.resetPasswordForm.password.$dirty && !vm.resetPasswordForm.password.$error.hasSymbolOrNumber) }") At least one number or symbol
6160

6261
.form-errors

assets/css/account/account.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@
114114
// Autocomplete end
115115

116116
button {
117-
// width: 180px;
118117
align-self: center;
119-
// text-transform: uppercase;
118+
margin-top: 20px;
120119
}
121120

122121
// Form stylings

assets/css/account/reset-password.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
}
3535
}
3636

37-
p {
38-
margin-bottom: 20px;
39-
}
40-
4137
.link {
4238
margin-top: 25px;
4339
margin-bottom: 25px;

0 commit comments

Comments
 (0)