Frontend: Teilnehmer-Grid und Teilnehmer-Style wie im PHP-Template 2-spaltig, dezente Chips, Hervorhebung für eigene Person.
All checks were successful
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Successful in 12s
All checks were successful
Deploy Workshop-Wahlen (DEV / PROD) / deploy (push) Successful in 12s
This commit is contained in:
@@ -129,24 +129,27 @@
|
||||
.kc-workshop-card .title .teamers small{font-weight:500;color:#4c7a6a;opacity:0.9;font-size:0.85rem;margin-left:6px;}
|
||||
.kc-workshop-card .content{padding:12px 18px 18px 18px;}
|
||||
.kc-participants {
|
||||
display: block;
|
||||
font-size: 1em;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 6px 12px;
|
||||
font-size: 0.95rem;
|
||||
color: #2b2b2b;
|
||||
}
|
||||
.kc-participant {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
background: none;
|
||||
padding: 6px 8px;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
white-space: normal;
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
overflow: visible;
|
||||
text-overflow: unset;
|
||||
margin: 0 0 2px 0;
|
||||
margin: 0;
|
||||
}
|
||||
.kc-participant.me {
|
||||
background: none;
|
||||
color: #2da66a;
|
||||
background: #fffbe6;
|
||||
border: 1px solid #ffeab2;
|
||||
color: inherit;
|
||||
font-weight: bold;
|
||||
}
|
||||
.kc-notassigned{background:#fff6f6;border:1px solid #ffd2d2;padding:12px;border-radius:10px;margin-top:12px;}
|
||||
|
||||
Reference in New Issue
Block a user