feat: add file upload workflow
This commit is contained in:
@@ -505,6 +505,41 @@ h1 {
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
.upload-line input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.upload-stack {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.upload-line {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.evidence-list {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.evidence-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.evidence-row span {
|
||||
overflow-wrap: anywhere;
|
||||
color: #52616f;
|
||||
}
|
||||
|
||||
.full-control {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user