Шаблон:таблицаролей/роль/styles.css

Вернуться

Строка 41: Строка 41:
.fixed_imageRole {
.fixed_imageRole {
     padding: 0 64px;
     padding: 0 64px;
}
.card_imageRole img {
    object-fit: contain;
    height: auto !important;
    max-height: 85px;
    transition: transform 0.2s ease-in-out;
}
.cardRole:hover {
    z-index: 100;
}
.cardRole:hover .card_imageRole img {
    transform: scale(1.7);
}
}