Increase button size

This commit is contained in:
Jean-Baptiste Bellet
2023-08-16 14:57:57 +02:00
parent 117c373985
commit 721baa4d3f

View File

@@ -2,7 +2,7 @@
%div
= t(".pagination.total_html", total: pagy.count, from: pagy.from, to: pagy.to)
- if search_term.present? || producer_id.present? || category_id.present?
%a{ href: "#", class: "button disruptive condensed", data: { reflex: "click->products#clear_search" } }
%a{ href: "#", class: "button disruptive", data: { reflex: "click->products#clear_search" } }
= t(".pagination.clear_search")
%div.with-dropdown
= t(".pagination.per_page.show")