Merge pull request #989 from pretix/approvals

Require approval for orders of specific products
This commit is contained in:
Raphael Michel
2018-08-14 17:12:32 +02:00
committed by GitHub
40 changed files with 955 additions and 85 deletions

View File

@@ -137,6 +137,12 @@
font-size: 22px;
padding-top: 14px;
}
.alert-primary::before {
background: $brand-primary !important;
}
.alert-primary {
border-color: $brand-primary !important;
}
.progress-bar {
box-shadow: none;