34 lines
751 B
Sass
34 lines
751 B
Sass
@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
|