forked from verdnatura/salix-front
Change workweeks colod and capitalize
This commit is contained in:
parent
fc4a69b2c6
commit
e4a8c45053
|
@ -222,10 +222,12 @@ watch(_year, (newValue) => {
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
|
@import '../../../css/quasar.variables.scss';
|
||||||
:root {
|
:root {
|
||||||
// Cambia los colores del día actual del calendario por los de salix
|
// Cambia los colores del día actual del calendario por los de salix
|
||||||
--calendar-border-current-dark: #84d0e2 2px solid;
|
--calendar-border-current-dark: #84d0e2 2px solid;
|
||||||
--calendar-border-current: #84d0e2 2px solid;
|
--calendar-border-current: #84d0e2 2px solid;
|
||||||
|
--calendar-current-color-dark: #ec8916;
|
||||||
}
|
}
|
||||||
|
|
||||||
.q-calendar__button {
|
.q-calendar__button {
|
||||||
|
@ -294,6 +296,15 @@ watch(_year, (newValue) => {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.q-calendar-month__workweek,
|
||||||
|
.q-calendar-month__head--workweek,
|
||||||
|
.q-calendar-month__head--weekday.q-calendar__center.q-calendar__ellipsis {
|
||||||
|
text-transform: capitalize;
|
||||||
|
color: #777;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<i18n>
|
<i18n>
|
||||||
|
|
Loading…
Reference in New Issue