refoining
This commit is contained in:
parent
07f827d1dd
commit
52570890cc
|
|
@ -19,11 +19,13 @@
|
||||||
&__title {
|
&__title {
|
||||||
@apply !text-lg !font-bold text-black !mb-0 !mt-4;
|
@apply !text-lg !font-bold text-black !mb-0 !mt-4;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@apply !bg-white !rounded-xl;
|
@apply translate-x-3 !bg-transparent !rounded-xl;
|
||||||
transform: translateX(4px) scale(1.02);
|
|
||||||
}
|
}
|
||||||
|
/* &:hover {
|
||||||
|
@apply !bg-white !rounded-xl;
|
||||||
|
transform: translateX(4px);
|
||||||
|
} */
|
||||||
&:after {
|
&: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;
|
@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: '';
|
content: '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user