Add background and zoom cursor on hover to Photos items

This commit is contained in:
2021-10-12 15:09:56 +02:00
parent a92d5465e6
commit b9b690cab2

View File

@@ -231,11 +231,13 @@
.photo { .photo {
overflow: hidden; overflow: hidden;
border-radius: 6px; border-radius: 6px;
background: $color-primary-tertiary20;
a { a {
position: relative; position: relative;
display: block; display: block;
height: 100%; height: 100%;
cursor: zoom-in;
& > picture { & > picture {
height: 100%; height: 100%;