ext(affordances): wirePasswordStrength via scheduleRate
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1385,3 +1385,29 @@ textarea {
|
||||
.hostname-text {
|
||||
font-family: ui-monospace, monospace;
|
||||
}
|
||||
.strength-bar-row {
|
||||
margin-top: 6px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
}
|
||||
.strength-bar {
|
||||
display: flex;
|
||||
gap: 3px;
|
||||
height: 4px;
|
||||
}
|
||||
.strength-bar > span {
|
||||
flex: 1;
|
||||
background: var(--border-subtle);
|
||||
border-radius: 2px;
|
||||
}
|
||||
.strength-bar.s-very-weak > span.lit { background: #c75a4f; }
|
||||
.strength-bar.s-weak > span.lit { background: #c75a4f; }
|
||||
.strength-bar.s-fair > span.lit { background: #d49b3a; }
|
||||
.strength-bar.s-good > span.lit { background: #d49b3a; }
|
||||
.strength-bar.s-strong > span.lit { background: #6cb37a; }
|
||||
.strength-label {
|
||||
font-size: 11px;
|
||||
color: var(--text-muted);
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user