Шаблон:таблицаролей/роль/styles.css
| Строка 43: | Строка 43: | ||
} | } | ||
.card_imageRole img { | .card_imageRole img { | ||
object-fit: contain | object-fit: contain; | ||
transition: transform 0.2s ease-in-out; | |||
transition: transform 0.2s ease-in-out; | |||
} | } | ||
| Строка 54: | Строка 52: | ||
.cardRole:hover .card_imageRole img { | .cardRole:hover .card_imageRole img { | ||
transform: scale(1.7); | transform: scale(1.7); | ||
} | } | ||