mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
17 lines
312 B
SCSS
17 lines
312 B
SCSS
@import "../../bootstrap/scss/_bootstrap.scss";
|
|
$fa-font-path: static("fontawesome/fonts");
|
|
@import "../../fontawesome/scss/font-awesome.scss";
|
|
@import "colors.scss";
|
|
|
|
|
|
body {
|
|
background: #ececec;
|
|
text-align: center;
|
|
padding: 50px 0;
|
|
}
|
|
|
|
.big-icon {
|
|
font-size: 200px;
|
|
color: $brand-primary;
|
|
}
|