From 5b894b745acc558d330658831359a0c598187eb9 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 22 Aug 2025 17:27:28 +0200 Subject: [PATCH] FEATURE Handling download pdf version --- resources/css/components/buttons.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/css/components/buttons.css b/resources/css/components/buttons.css index b2534a7..a0c9e71 100644 --- a/resources/css/components/buttons.css +++ b/resources/css/components/buttons.css @@ -52,4 +52,18 @@ } } } + &--download-pdf { + .icon { + @apply w-6 h-6 filter-primary; + } + &:hover { + .icon { + @apply filter-white; + } + } + &:before, + &:after { + content: none !important; + } + } }