add in simple password progress bar
This commit is contained in:
12
static/progress_bar.css
Normal file
12
static/progress_bar.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user