file
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user