mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: accept/reject rehersal and get response information
This commit is contained in:
parent
247323654e
commit
5730a9fe3c
5 changed files with 142 additions and 2 deletions
|
|
@ -1461,6 +1461,27 @@ a.back-link:hover { color: var(--accent); }
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.rehearsal-accepted-by {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.3rem 0.5rem;
|
||||
margin-top: 0.35rem;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.rehearsal-accepted-by .avatar-sm { width: 1.3rem; height: 1.3rem; font-size: 0.65rem; }
|
||||
|
||||
.vote-badge {
|
||||
font-size: 0.85rem;
|
||||
border-radius: var(--radius-sm);
|
||||
padding: 0.35rem 0.6rem;
|
||||
background: var(--surface-alt);
|
||||
}
|
||||
|
||||
.vote-badge.accept { border-left: 3px solid var(--success); }
|
||||
.vote-badge.reject { border-left: 3px solid var(--danger); }
|
||||
|
||||
.cell-badges {
|
||||
position: absolute;
|
||||
top: 0.3rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue