mirror of
https://github.com/pretix/pretix.git
synced 2026-08-11 10:57:00 +00:00
17 lines
309 B
Plaintext
17 lines
309 B
Plaintext
@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;
|
|
}
|