- page benficiary domanda/soccorso;

- fixed fetching data in overview tables for beneficiary/pre instructor;
- fixed styles;
This commit is contained in:
Vitalii Kiiko
2024-11-07 16:19:09 +01:00
parent 8ae4b720e5
commit 5e44b1f268
18 changed files with 1045 additions and 264 deletions

View File

@@ -0,0 +1,18 @@
.criterionRelatedData {
display: flex;
flex-direction: column;
gap: 15px;
max-height: 400px;
overflow-y: auto;
padding: 0 0 10px 0;
> h3 {
margin: 0;
}
}
.criterionRelatedData__item {
display: flex;
flex-direction: column;
gap: 7px;
}