css: Use SCSS nesting in lightbox.scss for .image-preview.

This commit is contained in:
Vaibhav
2019-06-10 11:06:54 +05:30
committed by Tim Abbott
parent 249416e94a
commit 8ab4d38b6e

View File

@@ -14,9 +14,8 @@
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}
#lightbox_overlay .image-preview img {
img {
max-height: 100%;
max-width: 100%;
@@ -39,9 +38,10 @@
background-position: 0 0, 50px 0, 50px -50px, 0px 50px;
}
#lightbox_overlay .image-preview canvas {
canvas {
cursor: pointer;
}
}
#lightbox_overlay .exit {
float: right;