start event card content and add schedule method

This commit is contained in:
isUnknown 2024-07-31 07:19:10 +02:00
parent c1a94e832f
commit be549bba16
12 changed files with 102 additions and 11 deletions

View file

@ -0,0 +1,17 @@
picture {
background-color: #ddd;
display: flex !important;
justify-content: center !important;
align-items: center !important;
}
picture img {
z-index: 1;
}
picture svg {
position: absolute;
opacity: 1;
transition: var(--transition-image-opacity);
z-index: 0;
}