You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cosmopet-architecture/dup-installer/assets/js/password-strength/password.css

22 lines
310 B

.pass-graybar {
height: 3px;
background-color: #CCC;
width: 100%;
position: relative;
}
.pass-colorbar {
height: 3px;
background-image: url(passwordstrength.jpg);
position: absolute;
top: 0;
left: 0;
}
.pass-percent, .pass-text {
font-size: 1em;
}
.pass-percent {
margin-right: 5px;
}