mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 12:50:47 +00:00
Fix vari = ricerca per compagnia
This commit is contained in:
30
style.css
30
style.css
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user