mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Checkout confirm step: Highlight links to terms
This commit is contained in:
@@ -156,7 +156,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% if confirm_messages %}
|
{% if confirm_messages %}
|
||||||
<div class="panel panel-primary panel-contact">
|
<div class="panel panel-primary panel-confirm">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">
|
<h3 class="panel-title">
|
||||||
{% trans "Confirmations" %}
|
{% trans "Confirmations" %}
|
||||||
|
|||||||
@@ -96,3 +96,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.panel-confirm {
|
||||||
|
a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user