create events page

This commit is contained in:
2022-09-27 17:35:53 +05:00
parent 891fb57733
commit ca0f7ce07c
4 changed files with 80 additions and 2 deletions

View File

@ -269,3 +269,28 @@ footer {
display: none;
}
}
/* EVENTS PAGE STYLES
====================== */
#events-listing {
h1 {
margin-bottom: 1em;
font-weight: 600;
font-size: 21px;
}
.events-list {
li {
margin-bottom: 1rem;
&.past-event { opacity: 0.5; }
.event-title {
padding-bottom: 0;
font-weight: bold;
}
small { font-weight: normal;}
}
}
}