Change default settings for background color, invoice attachmentes and name scheme (#2288)

This commit is contained in:
Raphael Michel
2021-11-11 12:20:34 +01:00
committed by GitHub
parent e67b39a57b
commit 38a58d62f3
3 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,7 @@
/* before variables.scss because it only affects presale, not control */
$body-bg: #f5f5f5 !default;
/* imports */
@import "../../pretixbase/scss/_variables.scss";
@import "../../bootstrap/scss/_bootstrap_reduced.scss";
@import "../../pretixbase/scss/_theme.scss";