forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
33
VApp/node_modules/vuetify/lib/components/VDatePicker/VDatePickerTitle.sass
generated
vendored
Normal file
33
VApp/node_modules/vuetify/lib/components/VDatePicker/VDatePickerTitle.sass
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
@use './variables' as *
|
||||
|
||||
.v-date-picker-title
|
||||
display: flex
|
||||
justify-content: space-between
|
||||
flex-direction: column
|
||||
flex-wrap: wrap
|
||||
line-height: 1
|
||||
|
||||
.v-picker__title__btn
|
||||
text-align: start
|
||||
|
||||
&__year
|
||||
align-items: center
|
||||
display: inline-flex
|
||||
font-size: $date-picker-title-year-font-size
|
||||
font-weight: $date-picker-title-year-font-weight
|
||||
margin-bottom: $date-picker-title-year-bottom-margin
|
||||
|
||||
&__date
|
||||
font-size: $date-picker-title-date-font-size
|
||||
text-align: left
|
||||
font-weight: $date-picker-title-date-font-weight
|
||||
position: relative
|
||||
overflow: hidden
|
||||
padding-bottom: 8px
|
||||
margin-bottom: -8px
|
||||
|
||||
> div
|
||||
position: relative
|
||||
|
||||
&--disabled
|
||||
pointer-events: none
|
||||
Reference in New Issue
Block a user