Add ability to filter event archive by status

Closes #168.
This commit is contained in:
2020-06-04 22:58:19 +01:00
parent a7c4b90161
commit 7035731655
5 changed files with 37 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -8,11 +8,14 @@
color: $gray-100;
border: black !important;
}
.btn-light {
.btn-light, .popover-header {
background: #121416 !important;
color: $gray-100 !important;
border: black !important;
}
a {
color: $blue;
}
}
@import "custom-variables";
@import "node_modules/bootstrap/scss/bootstrap";