25 lines
269 B
SCSS
Executable File
25 lines
269 B
SCSS
Executable File
.card .product-image {
|
|
height: 300px;
|
|
}
|
|
|
|
.text-title {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.centeritems{
|
|
place-content: center;
|
|
}
|
|
|
|
.prod_price{
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
.prod_disp{
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.prod_qtywarn{
|
|
padding-left: 10px;
|
|
font-size: 1rem;
|
|
color: grey;
|
|
} |