Files
myprojplanet_vite/src/components/CSingleCart/CSingleCart.scss

30 lines
398 B
SCSS
Raw Normal View History

2021-09-04 15:05:34 +02:00
.text-title {
font-size: 0.9rem;
}
.centeritems{
place-content: center;
}
.imgNormal{
height: 80px;
width: 80px;
}
.imgSmall{
height: 50px;
width: 50px;
}
2023-12-18 08:02:35 +01:00
.ordine_scontato_barrato{
text-decoration: line-through;
color: gray;
2023-12-18 12:11:22 +01:00
}
.ordine_scontato_nuovo{
font-size: 1.1rem;
font-weight: bold;
}
.ordine_scritta_sconto{
font-style: italic;
color: green;
font-weight: bold;
2023-12-18 08:02:35 +01:00
}