forked from david-swift/duckling
Nesting huh?
This commit is contained in:
parent
70332e6fda
commit
2f2676bbf1
@ -4,12 +4,12 @@ img {
|
||||
|
||||
&:not(.no-hover, &[src*="#no-hover"]) {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
&:not(.no-hover, &[src*="#no-hover"]):hover {
|
||||
transform: scale(1.1);
|
||||
box-shadow: var(--shadow-raised);
|
||||
border-radius: 0;
|
||||
&:hover {
|
||||
transform: scale(1.1);
|
||||
box-shadow: var(--shadow-raised);
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user