mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
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;
|
|
} |