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