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

  1. #set-password-group #password {
  2. border-color: #ddd;
  3. box-shadow: none;
  4. }
  5. #meter {
  6. margin: 3px 0 20px 0;
  7. display: flex;
  8. }
  9. #meter div {
  10. background: #ddd;
  11. height: 5px;
  12. flex: 1;
  13. border-radius: 2px;
  14. margin-right: 3px;
  15. }
  16. #meter div:last-child {
  17. margin-right: 0;
  18. }
  19. #meter.score-1 .s1 {
  20. background: #FF5252;
  21. }
  22. #meter.score-2 .s2 {
  23. background: #FFAB40;
  24. }
  25. #meter.score-3 .s3 {
  26. background: #9CCC65;
  27. }
  28. #meter.score-4 .s4 {
  29. background: #22bc66;;
  30. }