hopglass/scss/_legend.scss

24 lines
345 B
SCSS
Raw Permalink Normal View History

.legend .symbol {
width: 1em;
height: 1em;
border-radius: 50%;
display: inline-block;
vertical-align: -5%;
2015-08-27 01:31:19 +02:00
}
.legend-new .symbol {
background-color: #93E929;
2015-08-27 01:31:19 +02:00
}
.legend-online .symbol {
background-color: #1566A9;
2015-08-27 01:31:19 +02:00
}
.legend-offline .symbol {
background-color: #D43E2A;
2015-08-27 01:31:19 +02:00
}
.legend-online, .legend-offline {
margin-left: 1em;
2015-08-27 01:31:19 +02:00
}