Nesting huh?
This commit is contained in:
@ -4,14 +4,14 @@ img {
|
|||||||
|
|
||||||
&:not(.no-hover, &[src*="#no-hover"]) {
|
&:not(.no-hover, &[src*="#no-hover"]) {
|
||||||
cursor: zoom-in;
|
cursor: zoom-in;
|
||||||
}
|
|
||||||
|
|
||||||
&:not(.no-hover, &[src*="#no-hover"]):hover {
|
&:hover {
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
box-shadow: var(--shadow-raised);
|
box-shadow: var(--shadow-raised);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
img,
|
img,
|
||||||
video {
|
video {
|
||||||
|
Reference in New Issue
Block a user