fix: update
This commit is contained in:
parent
ea875d6159
commit
c7c04e697f
|
|
@ -137,10 +137,10 @@ const vCalendarSlots = computed(() => {
|
||||||
@apply w-full space-y-2 flex flex-col [&>_div]:grid [&>_div]:grid-cols-7;
|
@apply w-full space-y-2 flex flex-col [&>_div]:grid [&>_div]:grid-cols-7;
|
||||||
}
|
}
|
||||||
.calendar .vc-day:has(.vc-highlights) {
|
.calendar .vc-day:has(.vc-highlights) {
|
||||||
@apply bg-accent first:rounded-l-md last:rounded-r-md overflow-hidden;
|
@apply first:rounded-l-md last:rounded-r-md;
|
||||||
}
|
}
|
||||||
.calendar .vc-day.is-today:not(:has(.vc-day-layer)) {
|
.calendar .vc-day.is-today:not(:has(.vc-day-layer)) .vc-day-content {
|
||||||
@apply bg-secondary rounded-md;
|
@apply bg-secondary text-primary rounded-md;
|
||||||
}
|
}
|
||||||
.calendar .vc-day:has(.vc-highlight-base-start) {
|
.calendar .vc-day:has(.vc-highlight-base-start) {
|
||||||
@apply rounded-l-md;
|
@apply rounded-l-md;
|
||||||
|
|
|
||||||
|
|
@ -136,10 +136,10 @@ const vCalendarSlots = computed(() => {
|
||||||
@apply w-full space-y-2 flex flex-col [&>_div]:grid [&>_div]:grid-cols-7;
|
@apply w-full space-y-2 flex flex-col [&>_div]:grid [&>_div]:grid-cols-7;
|
||||||
}
|
}
|
||||||
.calendar .vc-day:has(.vc-highlights) {
|
.calendar .vc-day:has(.vc-highlights) {
|
||||||
@apply bg-accent first:rounded-l-md last:rounded-r-md overflow-hidden;
|
@apply first:rounded-l-md last:rounded-r-md;
|
||||||
}
|
}
|
||||||
.calendar .vc-day.is-today:not(:has(.vc-day-layer)) {
|
.calendar .vc-day.is-today:not(:has(.vc-day-layer)) .vc-day-content {
|
||||||
@apply bg-secondary rounded-md;
|
@apply bg-secondary text-primary rounded-md;
|
||||||
}
|
}
|
||||||
.calendar .vc-day:has(.vc-highlight-base-start) {
|
.calendar .vc-day:has(.vc-highlight-base-start) {
|
||||||
@apply rounded-l-md;
|
@apply rounded-l-md;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user