forked from verdnatura/salix-front
fix: style
This commit is contained in:
parent
5677a1af1b
commit
dc597f73e2
|
@ -108,7 +108,7 @@ const containerClasses = computed(() => {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--vn-accent-color);
|
background-color: var(--vn-label-color);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -174,6 +174,7 @@ const calendarHeaderTitle = computed(() => {
|
||||||
|
|
||||||
&.--event {
|
&.--event {
|
||||||
background-color: $positive;
|
background-color: $positive;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.--excluded {
|
&.--excluded {
|
||||||
|
|
Loading…
Reference in New Issue