mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 16:18:09 -07:00
8 lines
145 B
SCSS
8 lines
145 B
SCSS
.popup-image {
|
|
cursor: pointer;
|
|
@include hover() {
|
|
@include box-shadow(2);
|
|
}
|
|
@include transition(map-get($clickable, transition));
|
|
}
|