mirror of
https://github.com/pretix/pretix.git
synced 2026-08-26 13:14:40 +00:00
Added custom error pages
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
@import "../../bootstrap/less/bootstrap.less";
|
||||
@import "../../fontawesome/less/font-awesome.less";
|
||||
@import "colors.less";
|
||||
|
||||
@fa-font-path: "../../fontawesome/fonts";
|
||||
|
||||
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;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
@brand-primary: #8E44B3;
|
||||
@@ -0,0 +1,16 @@
|
||||
@import "../../bootstrap/less/bootstrap.less";
|
||||
@import "../../fontawesome/less/font-awesome.less";
|
||||
@import "colors.less";
|
||||
|
||||
@fa-font-path: "../../fontawesome/fonts";
|
||||
|
||||
body {
|
||||
background: #ececec;
|
||||
text-align: center;
|
||||
padding: 50px 0;
|
||||
}
|
||||
|
||||
.big-icon {
|
||||
font-size: 200px;
|
||||
color: @brand-primary;
|
||||
}
|
||||
Reference in New Issue
Block a user