refoining
This commit is contained in:
parent
07f827d1dd
commit
52570890cc
|
|
@ -19,11 +19,13 @@
|
|||
&__title {
|
||||
@apply !text-lg !font-bold text-black !mb-0 !mt-4;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@apply !bg-white !rounded-xl;
|
||||
transform: translateX(4px) scale(1.02);
|
||||
@apply translate-x-3 !bg-transparent !rounded-xl;
|
||||
}
|
||||
/* &:hover {
|
||||
@apply !bg-white !rounded-xl;
|
||||
transform: translateX(4px);
|
||||
} */
|
||||
&:after {
|
||||
@apply absolute right-6 top-1/2 md:static inline-block h-7 w-7 border-2 border-neutral-900 rounded-full shrink-0 ml-auto;
|
||||
content: '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user