@import "variables";

.vn-input-file {
    .value {
        cursor: pointer;
    }
    .control {
        & > input[type=file] {
            opacity: 0;
        }
        & > section {
            position: absolute;
            bottom: 0;
        }
    }
}