06/04 Optimize app
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user