events: infinity scroll

This commit is contained in:
Milan
2021-04-11 12:37:16 +02:00
parent 4c198c3c89
commit 10a19398d5
8 changed files with 108 additions and 1 deletions

View File

@@ -125,6 +125,17 @@ a {
transition: all .1s ease-in-out;
}
.event .excerpt {
transition: all .2s ease-in-out;
}
.load-prev, .load-next{
text-align:center;
cursor:pointer;
display:block ruby;
background:#eee;
}
#calcms_menu .event:hover {
background: #e6e6e6;
}