@use './variables' as *
@use '../../styles/tools'
@use 'sass:math'

// Block
.v-file-input
  input[type="file"]
    height: 100%
    left: 0
    opacity: 0
    position: absolute
    top: 0
    width: 100%
    z-index: 1
 
  .v-chip
    margin-top: var(--v-input-chips-margin-top)
    margin-bottom: var(--v-input-chips-margin-bottom)
