2019-06-06 11:59:11 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2019-10-28 20:40:24 +00:00
|
|
|
.vn-input-file {
|
2019-06-06 11:59:11 +00:00
|
|
|
.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
|
|
|
}
|
2019-06-06 11:59:11 +00:00
|
|
|
}
|