hopglass/scss/_legend.scss
2015-09-04 14:47:24 +02:00

28 lines
314 B
SCSS

.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;
}