mirror of
https://github.com/pretix/pretix.git
synced 2026-09-13 16:14:40 +00:00
Thank-you note style fix
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
Please bookmark or save the link to this exact page if you want to download your ticket or change
|
Please bookmark or save the link to this exact page if you want to download your ticket or change
|
||||||
your details later. We also sent you an email containing the link to the address you specified.
|
your details later. We also sent you an email containing the link to the address you specified.
|
||||||
{% endblocktrans %}</p>
|
{% endblocktrans %}</p>
|
||||||
|
<div class="clearfix"></div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h2>
|
<h2>
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ a:hover .panel-primary > .panel-heading {
|
|||||||
|
|
||||||
.thank-you {
|
.thank-you {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
|
|
||||||
.fa {
|
.fa {
|
||||||
font-size: 150px;
|
font-size: 150px;
|
||||||
line-height: 170px;
|
line-height: 170px;
|
||||||
@@ -115,7 +116,7 @@ body.loading .container {
|
|||||||
|
|
||||||
@media (min-width: $screen-md-min) {
|
@media (min-width: $screen-md-min) {
|
||||||
.thank-you {
|
.thank-you {
|
||||||
height: 170px;
|
min-height: 170px;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
@@ -127,6 +128,10 @@ body.loading .container {
|
|||||||
h2 {
|
h2 {
|
||||||
padding-top: 35px;
|
padding-top: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-left: 158px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: $screen-sm-max) {
|
@media (max-width: $screen-sm-max) {
|
||||||
|
|||||||
Reference in New Issue
Block a user