added simple node status legend
This commit is contained in:
parent
13c640beb8
commit
37c5dba449
4 changed files with 73 additions and 2 deletions
27
scss/_legend.scss
Normal file
27
scss/_legend.scss
Normal 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;
|
||||
}
|
|
@ -12,6 +12,7 @@ $buttondistance: 12pt;
|
|||
@import '_sidebar';
|
||||
@import '_map';
|
||||
@import '_forcegraph';
|
||||
@import '_legend';
|
||||
|
||||
.content {
|
||||
position: fixed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue