7525-devToTest #419

Merged
alexm merged 177 commits from 7525-devToTest into test 2024-06-04 08:06:27 +00:00
2 changed files with 13 additions and 2 deletions
Showing only changes of commit 3d6fac5338 - Show all commits

View File

@ -110,7 +110,13 @@ const containerClasses = computed(() => {
cursor: pointer;
}
}
// .q-calendar-month__day--label .q-calendar__button {
// color: red;
// &::before {
// content: '';
// color: transparent !important;
// }
// }
.q-calendar-month__week--days > div:nth-child(6),
.q-calendar-month__week--days > div:nth-child(7) {
// Cambia el color de los días sábado y domingo

View File

@ -249,7 +249,12 @@ watch(_year, (newValue) => {
}
&.--festive {
border: 2px solid $negative;
color: $negative;
}
&.--holiday {
& > span:nth-child(2) .block {
color: $negative;
}
}
&.--holiday {
& > span:nth-child(2) .block {