Merge branch '6332-calendarMods' of https://gitea.verdnatura.es/verdnatura/salix-front into 6332-calendarMods
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-05-22 08:28:51 +02:00
commit 3d6fac5338
2 changed files with 13 additions and 2 deletions

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 {