forked from CGM_Public/pretix_original
Frontpage layout adjustments
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
padding-top: 15px;
|
||||
}
|
||||
section.front-page {
|
||||
margin-top: 15px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.offline-banner {
|
||||
background: $brand-danger;
|
||||
@@ -114,10 +114,10 @@ section.front-page {
|
||||
}
|
||||
}
|
||||
@media (max-width: $screen-sm-max) {
|
||||
.checkout-button-row div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.page-header h1 small {
|
||||
display: block;
|
||||
}
|
||||
.row-voucher > div:first-child {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,6 +85,7 @@ body.loading .container {
|
||||
text-align: center;
|
||||
z-index: 900000;
|
||||
visibility: hidden;
|
||||
padding: 10px;
|
||||
|
||||
.big-icon {
|
||||
margin-top: 50px;
|
||||
@@ -135,4 +136,7 @@ body.loading .container {
|
||||
h2 {
|
||||
margin-top: 0;
|
||||
}
|
||||
.checkout-button-row > div {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user