Checkout confirm step: Highlight links to terms

This commit is contained in:
Raphael Michel
2021-04-16 10:35:29 +02:00
parent 1b41fa1f3b
commit 16cd6598b3
2 changed files with 8 additions and 1 deletions

View File

@@ -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" %}

View File

@@ -96,3 +96,10 @@
}
}
}
.panel-confirm {
a {
font-weight: bold;
}
}