added simple node status legend

This commit is contained in:
Florian Rittmeier 2015-08-27 01:31:19 +02:00 committed by Nils Schneider
commit 37c5dba449
4 changed files with 73 additions and 2 deletions

27
scss/_legend.scss Normal file
View file

@ -0,0 +1,27 @@
.legend .symbol
{
width: 1em;
height: 1em;
border-radius: 50%;
display: inline-block;
}
.legend-new .symbol
{
background-color: #93E929;
}
.legend-online .symbol
{
background-color: #1566A9;
}
.legend-offline .symbol
{
background-color: #D43E2A;
}
.legend-online, .legend-offline
{
margin-left: 1em;
}

View file

@ -12,6 +12,7 @@ $buttondistance: 12pt;
@import '_sidebar';
@import '_map';
@import '_forcegraph';
@import '_legend';
.content {
position: fixed;