Added network page and sites back-end. Split release tiles into own component.

This commit is contained in:
2019-11-09 04:43:58 +01:00
parent 708f704d1b
commit 82c9bc664a
13 changed files with 284 additions and 397 deletions

View File

@@ -26,3 +26,11 @@ body {
color: $primary;
margin: 0 0 1rem 0;
}
.icon.icon-href {
fill: $shadow;
:hover {
fill: $primary;
}
}