- added uploading files for evaluation;

- added  uploading files for amendment for instructor; (need more tests)
This commit is contained in:
Vitalii Kiiko
2024-12-13 17:18:39 +01:00
parent c759cadd2e
commit 9789f5a07a
5 changed files with 121 additions and 43 deletions

View File

@@ -2,12 +2,13 @@
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 30px;
gap: 10px;
width: 100%;
}
.fieldsRepeater form {
display: contents;
}
.fieldsRepeater__panel {
@@ -18,6 +19,16 @@
align-items: center;
display: flex;
justify-content: space-between;
> span {
width: 100%;
height: 100%;
&:hover {
cursor: pointer;
color: var(--menuitem-active-background);
}
}
}
.fieldsRepeater__fields {