12 lines
152 B
SCSS
12 lines
152 B
SCSS
.image {
|
|
overflow: hidden;
|
|
|
|
img {
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
|
|
&:not([image-viewer-ignore]) {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|