Small update to the password strength indicator
This commit is contained in:
File diff suppressed because one or more lines are too long
0
public/build/dist/js/all-b77c8ca0d2.js
vendored
Executable file → Normal file
0
public/build/dist/js/all-b77c8ca0d2.js
vendored
Executable file → Normal file
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"dist/css/all.css": "dist/css/all-91ce4bc04d.css",
|
||||
"dist/css/all.css": "dist/css/all-ae8c616187.css",
|
||||
"dist/js/all.js": "dist/js/all-b77c8ca0d2.js"
|
||||
}
|
||||
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
.strengthify-bg, .strengthify-container, .strengthify-wrapper, .strengthify-separator {
|
||||
height: 5px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.strengthify-bg, .strengthify-container {
|
||||
@@ -22,23 +22,25 @@
|
||||
}
|
||||
|
||||
.strengthify-bg {
|
||||
background-color: #BBB;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
.strengthify-separator {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
background-color: #FFF;
|
||||
width: 1px;
|
||||
background-color: #ffffff;
|
||||
width: 2px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.password-bad {
|
||||
background-color: $cachet-red;
|
||||
}
|
||||
|
||||
.password-medium {
|
||||
background-color: $cachet-yellow;
|
||||
}
|
||||
|
||||
.password-good {
|
||||
background-color: $cachet-green;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user