2017-02-12 00:29:37 +00:00
|
|
|
header {
|
|
|
|
h2 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.language-switch {
|
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
|
|
|
color: $color-black;
|
|
|
|
float: right;
|
|
|
|
margin: 20px 16px 0 0;
|
|
|
|
|
|
|
|
option {
|
|
|
|
background: $color-white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-26 23:34:42 +00:00
|
|
|
.legend {
|
|
|
|
.symbol {
|
|
|
|
border-radius: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
height: 1em;
|
|
|
|
vertical-align: -5%;
|
|
|
|
width: 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Dot looks compared to thin font a bit darker - lighten it 10%
|
|
|
|
.legend-new {
|
|
|
|
.symbol {
|
|
|
|
background-color: lighten($color-new, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.legend-online {
|
|
|
|
.symbol {
|
|
|
|
background-color: lighten($color-online, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.legend-offline {
|
|
|
|
.symbol {
|
|
|
|
background-color: lighten($color-offline, 10%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-02-04 02:01:17 +00:00
|
|
|
.legend-online,
|
|
|
|
.legend-offline {
|
2016-05-26 23:34:42 +00:00
|
|
|
margin-left: 1em;
|
|
|
|
}
|