step for pin code login

This commit is contained in:
Lett Osprey 2026-03-29 23:25:06 +02:00
parent e6851255dc
commit 0024687621
4 changed files with 118 additions and 46 deletions

View file

@ -121,6 +121,12 @@ body {
transition: all 0.2s;
}
.participant-login {
border: 2px dashed #005500;
padding: 1rem;
transition: all 0.2s;
}
.participant-hidden {
border: 0px dashed #005500;
padding: 1rem;
@ -139,6 +145,12 @@ body {
box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}
.participant-login:hover {
border: 2px solid #00ff00;
background: rgba(0, 255, 0, 0.05);
box-shadow: 0 0 20px rgba(0, 255, 0, 0.3);
}
.participant-name {
color: #00ff00;
font-weight: bold;