forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
30
VApp/node_modules/vuetify/lib/components/VFileInput/VFileInput.sass
generated
vendored
Normal file
30
VApp/node_modules/vuetify/lib/components/VFileInput/VFileInput.sass
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
@use './variables' as *
|
||||
@use '../../styles/tools'
|
||||
@use 'sass:math'
|
||||
@use 'sass:selector'
|
||||
|
||||
// Block
|
||||
.v-file-input
|
||||
|
||||
&--chips.v-input--density-compact
|
||||
.v-field--variant-solo,
|
||||
.v-field--variant-solo-inverted,
|
||||
.v-field--variant-filled,
|
||||
.v-field--variant-solo-filled
|
||||
.v-label.v-field-label
|
||||
&--floating
|
||||
top: 0px
|
||||
|
||||
input[type="file"]
|
||||
height: 100%
|
||||
left: 0
|
||||
opacity: 0
|
||||
position: absolute
|
||||
top: 0
|
||||
width: 100%
|
||||
z-index: 1
|
||||
|
||||
.v-input__details
|
||||
padding-inline: $file-input-details-padding-inline
|
||||
@at-root #{selector.append('.v-input--plain-underlined', &)}
|
||||
padding-inline: 0
|
||||
Reference in New Issue
Block a user