adapt buttons when choosing type of ativity

This commit is contained in:
2021-06-22 16:12:30 +02:00
parent bcab5a1211
commit 86f7b116a9
2 changed files with 18 additions and 2 deletions

View File

@@ -112,3 +112,19 @@ div.flex-table.list-records {
margin-top: 1em;
}
}
div.activity-row {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
div.bloc {
width: 200px;
align-self: flex-end;
height: 140px;
display: flex;
justify-content: center;
align-items: center;
}
}