mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
20 lines
464 B
SCSS
20 lines
464 B
SCSS
@import "../../pretixbase/scss/_variables.scss";
|
|
@import "../../bootstrap/scss/_bootstrap.scss";
|
|
@import "../../pretixbase/scss/_theme.scss";
|
|
@import "../../fontawesome/scss/font-awesome.scss";
|
|
|
|
|
|
body {
|
|
background: #ececec;
|
|
text-align: center;
|
|
padding: 50px 0;
|
|
}
|
|
|
|
.big-rotating-icon {
|
|
margin-top: 50px;
|
|
-webkit-animation: fa-spin 8s infinite linear;
|
|
animation: fa-spin 8s infinite linear;
|
|
font-size: 200px;
|
|
color: $brand-primary;
|
|
}
|