49 lines
519 B
SCSS
Executable File
49 lines
519 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_preorder{
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.prod_preorder{
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.prod_qtywarn {
|
|
padding-left: 10px;
|
|
font-size: 1rem;
|
|
color: grey;
|
|
}
|
|
|
|
.totali {
|
|
font-weight: bold;
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.prod_sconti {
|
|
font-size: 1.1rem;
|
|
color: blue;
|
|
}
|
|
|
|
.product_code {
|
|
font-size: 0.75rem;
|
|
color: gray;
|
|
} |