forked from autonomic-cooperative/sophie-lewis-hugo
create events page
This commit is contained in:
@ -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;}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user