added website overwrite for score decision
Some checks failed
PHPUnit / test (push) Has been cancelled

This commit is contained in:
2026-06-08 19:22:12 +02:00
parent 63adef79df
commit 11bae269e9
4 changed files with 199 additions and 11 deletions

View File

@ -3034,6 +3034,20 @@ select:disabled {
letter-spacing: .04em;
color: #ca8a04;
}
.client-coach-band-select {
min-width: 6.5rem;
max-width: 100%;
padding: 2px 6px;
font-size: .75rem;
border-radius: 6px;
border: 1px solid var(--border);
background: var(--surface, #fff);
color: var(--text);
}
.client-coach-band-select:disabled {
opacity: 0.65;
cursor: wait;
}
.client-profile-score-hint,
.client-profile-score-meta {
margin: 6px 0 0;