event card - color on hover
This commit is contained in:
parent
e69dc23c91
commit
a32f0fe843
2 changed files with 6 additions and 2 deletions
|
|
@ -14,6 +14,10 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.event-card:hover .event-card__infos {
|
||||
color: var(--color);
|
||||
}
|
||||
|
||||
.event-card picture {
|
||||
height: calc(((100vw - 9 * var(--space-m)) / 12) * var(--span));
|
||||
margin-bottom: calc(var(--space-m) / 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue