forked from verdnatura/salix-front
Move capitalize header week day to wrapper
This commit is contained in:
parent
256461a5bb
commit
c82f4652f5
|
@ -56,6 +56,11 @@ const containerClasses = computed(() => {
|
|||
}
|
||||
}
|
||||
|
||||
.q-calendar-month__head--weekday {
|
||||
// Transforma los nombres de los días de la semana a mayúsculas
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.transparent-background {
|
||||
--calendar-background-dark: transparent;
|
||||
--calendar-background: transparent;
|
||||
|
|
|
@ -179,10 +179,6 @@ const paintWorkWeeks = async () => {
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.q-calendar-month__head--weekday {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.q-calendar__button {
|
||||
&:hover {
|
||||
background-color: var(--vn-accent-color);
|
||||
|
|
Loading…
Reference in New Issue