@@ -34,3 +34,7 @@ a[type='button'] {
.form-control {
font-size: inherit;
}
+
+.badge {
+ font-size: $font-size-xs;
+}
@@ -5,5 +5,10 @@
<i class="mdi mdi-close"></i> {{ filter.link_text }}
</a>
{% endfor %}
+ {% if applied_filters|length > 1 %}
+ <a href="?" class="badge rounded-pill bg-danger text-decoration-none me-1">
+ <i class="mdi mdi-tag-off"></i> Clear all
+ </a>
+ {% endif %}
</div>
{% endif %}