Local Passwords validation

This commit is contained in:
Paul Schneider 2024-11-06 13:00:34 +00:00
commit 8132db37d0
163 changed files with 1812 additions and 4772 deletions

View file

@ -23,3 +23,20 @@
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* bootstrap.css | http://localhost:5000/lib/bootstrap/css/bootstrap.css */
.nav-link {
/* background-color: var(--bs-nav-tabs-link-active-bg); */
background-color: black;
}
.dropdown-item {
/* background-color: transparent; */
background-color: black;
}
.dropdown-menu {
/* background-color: var(--bs-dropdown-bg); */
background-color: black;
}