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;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--vn-accent-color);
|
||||
background-color: var(--vn-label-color);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -174,6 +174,7 @@ const calendarHeaderTitle = computed(() => {
|
|||
|
||||
&.--event {
|
||||
background-color: $positive;
|
||||
color: black;
|
||||
}
|
||||
|
||||
&.--excluded {
|
||||
|
|
Loading…
Reference in New Issue