06/04 Optimize app

This commit is contained in:
2026-06-04 15:00:09 -04:00
parent 3f2e83ce2d
commit e03eb26417
8 changed files with 125 additions and 23 deletions
+12
View File
@@ -591,6 +591,18 @@ textarea{resize:vertical;min-height:88px}
filter:blur(4px);user-select:none;cursor:pointer;
transition:filter .2s;
}
.pw-strength-wrap { margin-top:.4rem; }
.pw-strength-bar { height:4px;border-radius:2px;background:var(--border);overflow:hidden;margin-bottom:.3rem; }
.pw-strength-fill { height:100%;border-radius:2px;width:0%;transition:width .3s,background .3s; }
.pw-strength-fill.pw-weak { width:25%;background:var(--danger); }
.pw-strength-fill.pw-fair { width:50%;background:var(--warning); }
.pw-strength-fill.pw-strong { width:75%;background:var(--accent); }
.pw-strength-fill.pw-great { width:100%;background:var(--success); }
.pw-strength-label { font-size:.75rem; }
.pw-strength-label.pw-weak { color:var(--danger); }
.pw-strength-label.pw-fair { color:var(--warning); }
.pw-strength-label.pw-strong { color:var(--accent); }
.pw-strength-label.pw-great { color:var(--success); }
/* ══════════════════════════════════════════════════════════
DYNAMIC CREDENTIAL ROWS (website admin form)