مدارک لازم برای دریافت وام ازدواج: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
خط ۱۳۹: خط ۱۳۹:
font-size:12px;
font-size:12px;
}
}
}
/* ترتیب لایه‌ها هنگام هاور کارت وسط */
.card1,
.card2,
.card3{
    z-index:1;
}
.card2{
    z-index:5;
}
.card2:hover{
    z-index:999;
}
.docs-grid:hover .card1,
.docs-grid:hover .card3{
    z-index:2;
}
.docs-grid .card2:hover ~ .card3{
    z-index:1;
}
.docs-grid:has(.card2:hover) .card1,
.docs-grid:has(.card2:hover) .card3{
    z-index:1;
}
.docs-grid:has(.card2:hover) .card2{
    z-index:999;
}
}
</style>
</style>