add in simple password progress bar

This commit is contained in:
2026-04-06 11:48:31 -04:00
parent 8cb1fff36b
commit dbb91fac62
2 changed files with 22 additions and 2 deletions

12
static/progress_bar.css Normal file
View File

@@ -0,0 +1,12 @@
.progress-bar {
width: 100%;
background-color: var(--bg-input);
height: 20px;
border-radius: 10px;
}
.progress-bar-progress {
background-color: blue;
height: 20px;
border-radius: 10px;
}