mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Added voucher tag statistics
This commit is contained in:
@@ -111,4 +111,12 @@ h1 .btn-sm {
|
||||
font-size: 200px;
|
||||
color: #ccc;
|
||||
}
|
||||
}
|
||||
}
|
||||
.table .progress {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@for $i from 0 through 100 {
|
||||
.progress-bar-#{$i} { width: 1% * $i; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user