start event card content and add schedule method
This commit is contained in:
parent
c1a94e832f
commit
be549bba16
12 changed files with 102 additions and 11 deletions
17
assets/css/src/vanilla.css
Normal file
17
assets/css/src/vanilla.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue