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

13 lines
216 B
SCSS
Raw Normal View History

@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
}
}