Aggiunta del Bottone "Aggiungi"

This commit is contained in:
Surya Paolo
2022-12-01 21:44:33 +01:00
parent bf1e9fc982
commit 07f5f1c4c9
14 changed files with 864 additions and 550 deletions

View File

@@ -49,13 +49,15 @@
.barselection {
padding: 0;
flex-wrap: nowrap;
display: flex;
align-items: center;
justify-content: space-around;
justify-content: space-between;
}
.myitem {
padding: 0px 6px 0px 6px !important;
padding: 0px 0px 0px 0px !important;
}
.myitem-0 {
@@ -68,5 +70,9 @@
}
.myitem-2 {
flex-grow: 0;
}
.myitem-3 {
flex-grow: 1;
}