- preordinabili corretti + altro
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user