password strength meter

This commit is contained in:
2026-04-06 15:48:27 -04:00
parent 8b74cab34e
commit b9ed00c127
5 changed files with 39 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
:root {
--progress-top: #becbd8;
}
.progress-bar {
width: 100%;
background-color: var(--bg-input);
@@ -6,7 +10,7 @@
}
.progress-bar-progress {
background-color: blue;
background-color: var(--progress-top);
height: 20px;
border-radius: 10px;
}