add reference file input and loader

This commit is contained in:
Pritimay Sarkar
2023-12-11 22:12:56 +05:30
parent 84740e846f
commit 1f55978521
3 changed files with 24 additions and 3 deletions

View File

@@ -12,6 +12,18 @@
margin: 15px;
}
.file-row {
flex-direction: row;
display: flex;
justify-content: center;
align-items: center;
margin: 1.5rem;
}
.file-label {
margin: 10px;
}
.dates {
flex-direction: row;
display: flex;