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

18 lines
246 B
SCSS
Raw Normal View History

@import "variables";
2019-10-28 20:40:24 +00:00
.vn-input-file {
.value {
cursor: pointer;
2019-10-09 22:47:29 +00:00
}
2022-11-03 07:18:24 +00:00
2022-11-03 14:28:52 +00:00
input[type=file] {
position: absolute;
top: 0;
opacity: 0;
}
section {
position: absolute;
bottom: 0;
}
}