This commit is contained in:
2023-07-13 02:03:40 +03:00
parent 8b9351e3f7
commit 4f613f492e
3 changed files with 62 additions and 9 deletions

View File

@ -342,8 +342,21 @@
justify-content: space-between;
margin-left: 7px;
.input__wrapper {
display: flex;
position: relative;
.input__file {
position: absolute;
opacity: 0;
z-index: -10;
width: 10%;
}
}
.button-add-file {
display: flex;
cursor: pointer;
align-items: center;
justify-content: center;
background: white;