forked from CGM_Public/pretix_original
Refs #44 -- Added background queue support for file export
This commit is contained in:
20
src/static/pretixpresale/less/cachedfiles.less
Normal file
20
src/static/pretixpresale/less/cachedfiles.less
Normal file
@@ -0,0 +1,20 @@
|
||||
@import "../../bootstrap/less/bootstrap.less";
|
||||
@import "../../fontawesome/less/font-awesome.less";
|
||||
@import "../../lightbox/css/lightbox.css";
|
||||
|
||||
@fa-font-path: "../../fontawesome/fonts";
|
||||
|
||||
@brand-primary: #8E44B3;
|
||||
|
||||
body {
|
||||
background: #ececec;
|
||||
text-align: center;
|
||||
padding: 50px 0;
|
||||
}
|
||||
|
||||
.big-animated-icon {
|
||||
-webkit-animation: fa-spin 8s infinite linear;
|
||||
animation: fa-spin 8s infinite linear;
|
||||
font-size: 200px;
|
||||
color: @brand-primary;
|
||||
}
|
||||
Reference in New Issue
Block a user