clean scss (#21)

* [TASK] CGL - Formation

* [TASK] Generic font fallback

* [TASK] Remove swp file
This commit is contained in:
Xaver Maierhofer 2016-05-19 17:47:32 +02:00 committed by PetaByteBoy // Milan Pässler
commit 31d1464805
7 changed files with 60 additions and 51 deletions

View file

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