Files
myprojplanet_vite/src/components/CProductCard/CProductCard.scss

60 lines
665 B
SCSS
Raw Normal View History

2021-09-16 21:08:02 +02:00
.card .product-image {
height: 300px;
}
.text-title {
font-size: 0.9rem;
}
.centeritems {
2021-09-16 21:08:02 +02:00
place-content: center;
}
.prod_price {
2023-12-11 16:51:51 +01:00
font-size: 1.25rem;
}
.prod_disp {
2023-12-11 16:51:51 +01:00
font-size: 1.2rem;
2023-12-27 02:58:23 +01:00
font-size: 1.2rem;
2023-12-11 16:51:51 +01:00
}
2023-12-20 22:11:52 +01:00
2023-12-20 21:56:30 +01:00
.prod_preorder{
font-size: 1.2rem;
}
2023-12-20 22:11:52 +01:00
.prod_preorder{
font-size: 1.2rem;
}
.prod_qtywarn {
2023-12-11 16:51:51 +01:00
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;
}
.label-qta{
font-size: 1.15rem;
font-weight: bold;
2023-12-28 21:00:10 +01:00
}
.countdown_scadenza{
font-size: 1.15rem;
font-weight: bold;
}