12 lines
124 B
SCSS
12 lines
124 B
SCSS
|
|
$heightBtn: 100%;
|
||
|
|
|
||
|
|
.card .product-image {
|
||
|
|
height: 300px;
|
||
|
|
}
|
||
|
|
.insert{
|
||
|
|
cursor:pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.numorder{
|
||
|
|
font-weight: bold;
|
||
|
|
}
|