- added uploading files for evaluation;
- added uploading files for amendment for instructor; (need more tests)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user