Pass narratives with links down to cards and events

This commit is contained in:
Franc Camps-Febrer
2018-11-13 12:41:22 -05:00
parent 0201931000
commit 24a8c9363c
6 changed files with 1308 additions and 40 deletions

View File

@@ -43,6 +43,15 @@
.event-card-section {
margin-bottom: 10px;
a:hover {
color: $red;
cursor: pointer;
}
a.disabled {
color: $midgrey;
cursor: default;
}
}
.card-toggle p {