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.
 
 
 
 
 

37 lines
497 B

#set-password-group #password {
border-color: #ddd;
box-shadow: none;
}
#meter {
margin: 3px 0 20px 0;
display: flex;
}
#meter div {
background: #ddd;
height: 5px;
flex: 1;
border-radius: 2px;
margin-right: 3px;
}
#meter div:last-child {
margin-right: 0;
}
#meter.score-1 .s1 {
background: #FF5252;
}
#meter.score-2 .s2 {
background: #FFAB40;
}
#meter.score-3 .s3 {
background: #9CCC65;
}
#meter.score-4 .s4 {
background: #22bc66;;
}