Skip to content

Commit

Permalink
have a dedicated css for ppolicy feature (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Sep 10, 2024
1 parent 1c53286 commit 68652c1
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/ppolicy/css/ppolicy.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/* password entropy customization*/
#entropybar>div {
width: 0%;
/* Adjust with JavaScript */
}

#entropybar>div.levelErr {
width: 0%;
}

#entropybar>div.level0 {
width: 20%;
}

#entropybar>div.level1 {
width: 40%;
}

#entropybar>div.level2 {
width: 60%;
}

#entropybar>div.level3 {
width: 80%;
}

#entropybar>div.level4 {
width: 100%;
}

.entropyHidden {
display: none;
}

0 comments on commit 68652c1

Please sign in to comment.