mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
updatestyles: Work around settings propagation to avoid deleting wrong files
Includes a minor CSS change to trigger a rebuild of all CSS files
This commit is contained in:
@@ -709,13 +709,12 @@ h1 .label {
|
||||
.withoutjs {
|
||||
display: none !important;
|
||||
}
|
||||
.nojs .withoutjs {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.nojs .requirejs {
|
||||
display: none !important;
|
||||
}
|
||||
.nojs .withoutjs {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
@import "../../pretixbase/scss/_rtl.scss";
|
||||
@import "../../bootstrap/scss/_rtl.scss";
|
||||
|
||||
Reference in New Issue
Block a user