add forcegraph to gui
This commit is contained in:
parent
3b21b49a0d
commit
a8bb1b40a2
3 changed files with 63 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue