mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
change style of discount notice
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<section aria-labelledby="{{ form_prefix }}category-{{ category.id }}"{% if category.description %} aria-describedby="{{ form_prefix }}category-info-{{ category.id }}"{% endif %}>
|
||||
<h3 id="{{ form_prefix }}category-{{ category.id }}">{{ category.name }}
|
||||
{% if is_cross_selling and category.cross_selling_condition == 'discounts' %}
|
||||
<small><span class="label label-success"><i class="fa fa-star"></i> {% trans "Your order qualifies for a discount" %}</span></small>
|
||||
<small class="text-success"><i class="fa fa-star"></i> {% trans "Your order qualifies for a discount" %}</small>
|
||||
{% endif %}
|
||||
</h3>
|
||||
{% if category.description %}
|
||||
|
||||
Reference in New Issue
Block a user