micrach/static/styles/error-image.css

11 lines
145 B
CSS
Raw Normal View History

2021-09-05 16:02:17 +03:00
.error-image-link {
2021-10-16 13:14:45 +03:00
max-height: 200px;
2021-09-05 15:35:20 +03:00
transition: 0.2s;
}
2021-09-05 16:02:17 +03:00
.error-image-link:hover {
2021-10-16 13:14:45 +03:00
max-height: 300px;
2021-09-05 16:02:17 +03:00
}
.error-image {
height: 100%;
2021-09-05 15:35:20 +03:00
}