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; + } + } }