STYLE refining component
This commit is contained in:
parent
7c7f549d48
commit
8fe038c0e2
|
|
@ -1,11 +1,5 @@
|
||||||
.article-tag {
|
.article-tag {
|
||||||
@apply w-fit bg-transparent px-3 py-2 relative;
|
@apply w-fit bg-transparent px-3 py-2 relative text-primary border border-primary;
|
||||||
&:after {
|
|
||||||
content: '';
|
|
||||||
@apply w-full h-full absolute top-0 left-1/2 border border-primary;
|
|
||||||
translate: -50% 0;
|
|
||||||
transform: perspective(800px) rotateY(10deg);
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@apply bg-primary text-white;
|
@apply bg-primary text-white;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user