over entfernt
This commit is contained in:
parent
9515ac2720
commit
f6360ab58a
@ -14,16 +14,6 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
transition: transform 0.15s ease, filter 0.15s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.event-card:hover {
|
|
||||||
transform: translateY(-3px);
|
|
||||||
filter: brightness(1.15);
|
|
||||||
}
|
|
||||||
|
|
||||||
.event-card:active {
|
|
||||||
transform: translateY(0px) scale(0.96);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.event-card-img-wrap {
|
.event-card-img-wrap {
|
||||||
@ -38,12 +28,6 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
transition: border-color 0.15s ease, box-shadow 0.15s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
.event-card:hover .event-card-img-wrap {
|
|
||||||
border-color: rgba(255, 200, 80, 0.5);
|
|
||||||
box-shadow: 0 0 10px rgba(255, 180, 50, 0.2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.event-card-img-wrap img {
|
.event-card-img-wrap img {
|
||||||
@ -54,8 +38,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.event-card-label {
|
.event-card-label {
|
||||||
font-size: 11px;
|
font-size: 14px;
|
||||||
color: #cccccc;
|
color: #000000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user