12 lines
176 B
SCSS
12 lines
176 B
SCSS
|
|
||
|
.file {
|
||
|
input {
|
||
|
visibility: hidden;
|
||
|
width: 0;
|
||
|
height: 0;
|
||
|
position: absolute;
|
||
|
}
|
||
|
display: inline-block !important;
|
||
|
overflow: hidden;
|
||
|
cursor: pointer;
|
||
|
}
|