salix/front/core/components/input-file/style.scss

18 lines
246 B
SCSS

@import "variables";
.vn-input-file {
.value {
cursor: pointer;
}
input[type=file] {
position: absolute;
top: 0;
opacity: 0;
}
section {
position: absolute;
bottom: 0;
}
}