mirror of
https://github.com/pretix/pretix.git
synced 2026-08-11 10:57:00 +00:00
Fixed bug using custom colors
This commit is contained in:
@@ -1 +0,0 @@
|
||||
$brand-primary: #8E44B3 !default;
|
||||
@@ -6,7 +6,7 @@ $gray-lighter: lighten(#000, 93.5%);
|
||||
$gray-lightest: lighten(#000, 97.25%);
|
||||
$font-family-sans-serif: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
$font-path: static("fonts");
|
||||
$brand-primary: #8E44B3;
|
||||
$brand-primary: #8E44B3 !default;
|
||||
$brand-success: #5cb85c;
|
||||
$brand-info: #5bc0de;
|
||||
$brand-warning: #f0ad4e;
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
$font-family-sans-serif: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
$font-path: static("fonts");
|
||||
$brand-primary: #8E44B3 !default;
|
||||
@@ -1,4 +1,4 @@
|
||||
@import "../../pretixcontrol/scss/_variables.scss";
|
||||
@import "_variables.scss";
|
||||
@import "../../pretixbase/scss/colors.scss";
|
||||
@import "../../bootstrap/scss/_bootstrap.scss";
|
||||
$fa-font-path: static("fontawesome/fonts");
|
||||
|
||||
Reference in New Issue
Block a user