mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
7 lines
No EOL
144 B
SCSS
7 lines
No EOL
144 B
SCSS
.popup-image {
|
|
cursor: pointer;
|
|
@include hover() {
|
|
@include box-shadow(2);
|
|
}
|
|
@include transition(map-get($clickable, transition));
|
|
} |