6 lines
69 B
SCSS
6 lines
69 B
SCSS
|
.pick-files-button {
|
||
|
input[type="file"] {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|