- preordinabili corretti + altro

This commit is contained in:
Surya Paolo
2023-12-29 21:17:25 +01:00
parent c0998753c2
commit 632d05bbfb
13 changed files with 192 additions and 67 deletions

View File

@@ -375,6 +375,18 @@ h3 {
}
}
.my-card-selected {
transition: box-shadow 0.3s; /* Add a transition for a smooth effect */
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
color: blue;
background-color: lightblue;
}
.my-card-prod:hover {
transition: transform .2s;
transform: scale(1.02);
}
.my-card-prod {
width: 100%;
max-width: 300px;