UNPKG
lixin-web
Version:
latest (1.0.5)
1.0.5
vue and bootstrap
lixin-web
/
webapp
/
less
/
plugins
/
imagehover
/
effects
/
_imghvr-zoom-in.less
14 lines
•
182 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* imghvr-zoom-in ----------------------------- */
.imghvr-zoom-in
{
figcaption
{
opacity
:
0
;
.scale
(
0.5
); } &
:hover
{
figcaption
{
.scale
(
1
);
opacity
:
1
; } } }