STYLE refining component

This commit is contained in:
Antoine M 2025-05-15 14:16:22 +02:00
parent 7c7f549d48
commit 8fe038c0e2

View File

@ -1,11 +1,5 @@
.article-tag {
@apply w-fit bg-transparent px-3 py-2 relative;
&:after {
content: '';
@apply w-full h-full absolute top-0 left-1/2 border border-primary;
translate: -50% 0;
transform: perspective(800px) rotateY(10deg);
}
@apply w-fit bg-transparent px-3 py-2 relative text-primary border border-primary;
&:hover {
@apply bg-primary text-white;