Skip to content

Commit 96e68a6

Browse files
authored
Update CSS.js
1 parent 58c46d7 commit 96e68a6

File tree

1 file changed

+2
-2
lines changed
  • Specialized Areas/Styles/Zoom Catalog Image on Hover

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*
22
Zoom - in catalog item image on mouse hover.
33
*/
4-
.catalog-item-image:hover{
4+
.catalog-item-image:hover{ /* OOB catalog item image class */
55
transform: scale(2); /* 200% zoom */
66
}
77
/*
88
Zoom - in catalog item short description on mouse hover.
99
*/
10-
.sc-cat-item-short-description:hover{
10+
.sc-cat-item-short-description:hover{ /* OOB catalog item short description class */
1111
transform: scale(1.2) translateX(15rem); /* 120% zoom and 15rem right shift*/
1212
}

0 commit comments

Comments
 (0)