8 lines
89 B
SCSS
8 lines
89 B
SCSS
|
|
$heightBtn: 100%;
|
||
|
|
|
||
|
|
.card .product-image {
|
||
|
|
height: 300px;
|
||
|
|
}
|
||
|
|
.insert{
|
||
|
|
cursor:pointer;
|
||
|
|
}
|