UNPKG

373 BSCSSView Raw
1.lg-medium-zoom-item {
2 cursor: zoom-in;
3}
4.lg-medium-zoom {
5 .lg-outer {
6 cursor: zoom-out;
7 // Set cursor grab while dragging
8 &.lg-grab {
9 img.lg-object {
10 cursor: zoom-out;
11 }
12 }
13
14 &.lg-grabbing {
15 img.lg-object {
16 cursor: zoom-out;
17 }
18 }
19 }
20}