added website overwrite for score decision
Some checks failed
PHPUnit / test (push) Has been cancelled
Some checks failed
PHPUnit / test (push) Has been cancelled
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user