Lista Città (prese dal server: pickup)

This commit is contained in:
paoloar77
2022-01-20 00:38:49 +01:00
parent 2d3eff1065
commit d442aa75e8
35 changed files with 1427 additions and 143 deletions

View File

@@ -903,6 +903,18 @@ $heightBtn: 100%;
margin: 1px;
}
.imgprofile_small{
border: 0px solid rgb(29, 118, 13);
border-radius: 30px;
box-shadow: 0 0 45px rgba(246, 246, 246, 0.2);
margin: 1px;
transform: scale(1.0);
}
.iconprofile_small{
border-radius: 30px;
}
.fill-all-width {
width: -webkit-fill-available;
}