Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
17
public/scss/pages/_ecom-product-grid.scss
Normal file
17
public/scss/pages/_ecom-product-grid.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
.new-arrival-product{
|
||||
.new-arrivals-img-contnent{
|
||||
overflow:hidden;
|
||||
|
||||
img{
|
||||
width:100%;
|
||||
@include transitionMedium;
|
||||
}
|
||||
}
|
||||
&:hover .new-arrivals-img-contnent img{
|
||||
transform: scale(1.5) translateY(12%);
|
||||
-moz-transform: scale(1.5) translateY(12%);
|
||||
-webkit-transform: scale(1.5) translateY(12%);
|
||||
-ms-transform: scale(1.5) translateY(12%);
|
||||
-o-transform: scale(1.5) translateY(12%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user