forked from CGM_Public/pretix_original
Add check-in simulator (#3380)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user