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
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
commit
3d6fac5338
|
@ -110,7 +110,13 @@ const containerClasses = computed(() => {
|
||||||
cursor: pointer;
|
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(6),
|
||||||
.q-calendar-month__week--days > div:nth-child(7) {
|
.q-calendar-month__week--days > div:nth-child(7) {
|
||||||
// Cambia el color de los días sábado y domingo
|
// Cambia el color de los días sábado y domingo
|
||||||
|
|
|
@ -249,7 +249,12 @@ watch(_year, (newValue) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.--festive {
|
&.--festive {
|
||||||
border: 2px solid $negative;
|
color: $negative;
|
||||||
|
}
|
||||||
|
&.--holiday {
|
||||||
|
& > span:nth-child(2) .block {
|
||||||
|
color: $negative;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.--holiday {
|
&.--holiday {
|
||||||
& > span:nth-child(2) .block {
|
& > span:nth-child(2) .block {
|
||||||
|
|
Loading…
Reference in New Issue