- corretto visualizzazione dei prodotti,
- inserimento nuovi prodotti nella tabella.
This commit is contained in:
@@ -2759,7 +2759,7 @@ body.body--dark {
|
||||
}
|
||||
|
||||
// Stili aggiuntivi per la pagina
|
||||
.container {
|
||||
.containerhome {
|
||||
background: white;
|
||||
border-radius: 18px;
|
||||
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.09);
|
||||
@@ -2768,6 +2768,13 @@ body.body--dark {
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
.container:hover {
|
||||
.containerhome:hover {
|
||||
transform: translateY(-4px);
|
||||
}
|
||||
}
|
||||
|
||||
.container {
|
||||
background: white;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
|
||||
transition: transform 0.2s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user