added file upload element and icons for file types

This commit is contained in:
2022-02-07 15:18:17 +00:00
parent 049483ef46
commit a78c45ce24
13 changed files with 218 additions and 65 deletions
+8
View File
@@ -1877,3 +1877,11 @@ fade {
background-position: 90% 15px;
}
}
//fileupload
.fileThumb {
display: flex;
flex-direction: row;
align-items: center;
}