Add check-in simulator (#3380)

This commit is contained in:
Raphael Michel
2023-06-13 14:57:24 +02:00
committed by GitHub
parent 4917249bab
commit 002416e435
15 changed files with 544 additions and 137 deletions

View File

@@ -830,6 +830,30 @@ tbody th {
}
}
.nomargin-top {
margin-top: 0;
}
.checkin-sim-result {
text-align: center;
padding: 20px;
.fa {
color: white;
font-size: 50px;
}
}
.checkin-sim-result-status-ok {
background: $brand-success;
}
.checkin-sim-result-status-incomplete {
background: $brand-primary;
}
.checkin-sim-result-status-error {
background: $brand-danger;
}
.checkin-sim-result-status-error.checkin-sim-result-reason-already_redeemed {
background: $brand-warning;
}
.withoutjs {
display: none !important;