2019-06-06 11:59:11 +00:00
|
|
|
@import "variables";
|
|
|
|
|
|
|
|
vn-input-file {
|
|
|
|
.value {
|
|
|
|
color: $color-font-secondary;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 4px 0;
|
|
|
|
outline: 0
|
|
|
|
}
|
2019-10-18 19:36:30 +00:00
|
|
|
input[type=file] {
|
|
|
|
display: none;
|
2019-10-09 22:47:29 +00:00
|
|
|
}
|
2019-06-06 11:59:11 +00:00
|
|
|
}
|