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

16 lines
257 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 14:45:36 +00:00
.control {
& > input[type=file] {
opacity: 0;
}
& > section {
position: absolute;
bottom: 0;
}
2022-11-03 14:28:52 +00:00
}
}