FEATURE Handling download pdf version
This commit is contained in:
parent
b56baa5612
commit
5b894b745a
|
|
@ -52,4 +52,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&--download-pdf {
|
||||||
|
.icon {
|
||||||
|
@apply w-6 h-6 filter-primary;
|
||||||
|
}
|
||||||
|
&:hover {
|
||||||
|
.icon {
|
||||||
|
@apply filter-white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&:before,
|
||||||
|
&:after {
|
||||||
|
content: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user