Fix vari = ricerca per compagnia

This commit is contained in:
2025-04-11 15:32:33 +02:00
parent 8f19e373ed
commit b8b5212bc3
13 changed files with 269 additions and 178 deletions

View File

@@ -241,4 +241,34 @@ table.image-table img {
}
.lista-mezzi tbody tr.trasferito{
background-color: blue;
}
/* Zona ricerca */
#bus-container a{
text-decoration: none;
}
.product-card {
padding: 10px;
margin: 10px;
border: 1px solid #ccc;
border-radius: 8px;
background-color: #282828;
width: 300px;
}
.product-card img {
width: 100%;
height: auto;
border-radius: 6px;
}
#bus-container {
display: flex;
flex-wrap: wrap;
}
#searchBar {
padding: 10px;
width: 300px;
margin: 20px;
font-size: 16px;
}