- added fileselect form field;

- added Documents page;
This commit is contained in:
Vitalii Kiiko
2025-03-03 11:15:49 +01:00
parent 11c10ac92c
commit 1ff56e5a1f
4 changed files with 66 additions and 38 deletions

View File

@@ -135,17 +135,21 @@
p {
margin: 0;
font-weight: bold;
font-size: 14px;
}
ul {
margin: 0;
padding: 0 0 0 20px;
padding: 0;
display: flex;
flex-direction: column;
gap: 7px;
li {
display: flex;
gap: 1rem;
justify-content: space-between;
align-items: center;
}
}
}