- aggiornato carrello e bottoni sul catalogo

This commit is contained in:
Surya Paolo
2025-06-12 10:08:07 +02:00
parent d99ad47483
commit 2dac04fb16
36 changed files with 707 additions and 745 deletions

View File

@@ -2631,24 +2631,60 @@ body.body--dark {
font-size: 1.1rem;
font-weight: bold;
color: green;
background-color: #fff5ee; /* seashell color background */
padding: 10px;
background-image: linear-gradient(to right, #d5ffd5, #dfff06);
/* gradiente di sfondo che va bene con il colore green per il testo */
padding: 6px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
text-align: center;
}
.ordine_scritta_sconto {
font-size: 1.1rem;
color:red;
background-color: #fff5ee; /* seashell color background */
padding: 4px;
font-size: 1rem;
color: red;
background-color: #fff5ee;
/* seashell color background */
padding: 2px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
text-align: center;
}
.center-button {
display: flex;
justify-content: center;
}
}
.sconto-label {
font-weight: bold;
margin-left: 5px;
}
.sconto-text {
font-weight: bold;
font-size: 1rem;
}
.table-price {
margin: auto;
border-collapse: collapse;
}
.table-price td {
padding: 8px;
text-align: right;
vertical-align: middle;
}
.label-price {
font-weight: bold;
}
.value-price {
font-size: 1.2em;
text-align: right;
}
.ordine_scontato{
color: gray;
font-size: 0.85rem;
}