Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
25
VApp/node_modules/vuetify/lib/components/VResponsive/VResponsive.sass
generated
vendored
Normal file
25
VApp/node_modules/vuetify/lib/components/VResponsive/VResponsive.sass
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
@use '../../styles/settings'
|
||||
|
||||
.v-responsive
|
||||
display: flex
|
||||
flex: 1 0 auto
|
||||
max-height: 100%
|
||||
max-width: 100%
|
||||
overflow: hidden
|
||||
position: relative
|
||||
|
||||
&--inline
|
||||
display: inline-flex
|
||||
flex: 0 0 auto
|
||||
|
||||
.v-responsive__content
|
||||
flex: 1 0 0px
|
||||
max-width: 100%
|
||||
|
||||
.v-responsive__sizer ~ .v-responsive__content
|
||||
margin-inline-start: -100%
|
||||
|
||||
.v-responsive__sizer
|
||||
flex: 1 0 0px
|
||||
transition: padding-bottom 0.2s settings.$standard-easing
|
||||
pointer-events: none
|
||||
Reference in New Issue
Block a user