Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
21
VApp/node_modules/vuetify/lib/components/VDatePicker/VDatePickerMonths.css
generated
vendored
Normal file
21
VApp/node_modules/vuetify/lib/components/VDatePicker/VDatePickerMonths.css
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.v-date-picker-months {
|
||||
height: 320px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.v-date-picker-months__content {
|
||||
align-items: center;
|
||||
display: grid;
|
||||
flex: 1 1;
|
||||
height: inherit;
|
||||
justify-content: space-around;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
grid-gap: 4px 24px;
|
||||
padding-inline-start: 36px;
|
||||
padding-inline-end: 36px;
|
||||
}
|
||||
.v-date-picker-months__content .v-btn {
|
||||
text-transform: none;
|
||||
padding-inline-start: 8px;
|
||||
padding-inline-end: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user