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

16 lines
257 B
SCSS

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