versione 0.3.16:

- Aggiunto bottone "Scambio Ospitalità" (nuova tabella)
This commit is contained in:
Paolo Arena
2022-05-06 19:51:33 +02:00
parent 171b99c34d
commit 200ac47035
25 changed files with 322 additions and 68 deletions

View File

@@ -27,7 +27,7 @@ $grayshadow: #555;
}
.barwidth{
.barwidth {
width: 250px !important;
}
@@ -56,10 +56,23 @@ $grayshadow: #555;
}
.my-card-gallery-view {
width: 100px;
height: 100px;
padding: 0.25rem 0.25rem;
margin: auto;
}
.accom_type{
font-size: 1rem;
font-weight: bold;
margin-right: 4px;
padding-top: 10px;
}
.accom_location{
font-size: 1rem;
padding-top: 10px;
margin-right: 4px;
font-style: italic;
}