FEATURE Handling download pdf version

This commit is contained in:
Antoine M 2025-08-22 17:27:28 +02:00
parent b56baa5612
commit 5b894b745a

View File

@ -52,4 +52,18 @@
}
}
}
&--download-pdf {
.icon {
@apply w-6 h-6 filter-primary;
}
&:hover {
.icon {
@apply filter-white;
}
}
&:before,
&:after {
content: none !important;
}
}
}