add forcegraph to gui

This commit is contained in:
Nils Schneider 2015-04-01 03:55:45 +02:00
commit a8bb1b40a2
3 changed files with 63 additions and 10 deletions

View file

@ -9,6 +9,20 @@ $minscreenwidth: 60em;
paint-order: stroke;
}
.contenttoggle {
position: absolute;
top: 0.7em;
right: 0.7em;
}
.contenttoggle.next-graph:after {
content: '\f341';
}
.contenttoggle.next-map:after {
content: '\f203';
}
.tabs {
list-style: none;
display: flex;