From d105fbc6a93b0d4e39386fde9e52bd2706cd97dd Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Thu, 7 Feb 2019 14:53:45 +0000 Subject: [PATCH] rm comments --- src/scss/infopopup.scss | 56 ----------------------------------------- 1 file changed, 56 deletions(-) diff --git a/src/scss/infopopup.scss b/src/scss/infopopup.scss index 0552664..fd9c64e 100644 --- a/src/scss/infopopup.scss +++ b/src/scss/infopopup.scss @@ -53,7 +53,6 @@ .legend-section { width: 300px; - // padding-left: 60px; height: 25px; display: flex; align-items: center; @@ -65,67 +64,12 @@ } .legend-labels { - // float: lef; display: flex; .label { - // display: block; font-size: $xsmall; - // margin-top: 10px; - // margin-left: 10px; - - // .color-category { - // width: 8px; - // height: 8px; - // border-radius: 10px; - // display: inline-block; - // margin: 0px 5px 0 0; - // } } } - // &:first-child { - // .legend-labels .label { - // margin-top: 0; - // } - // } } - - // .legend-item { - // display: block; - // width: 100%; - // display: inline-block; - // margin-bottom: 3px; - // padding-left: 80px; - - // .item-label { - // line-height: 15px; - // height: 15px; - // font-size: $normal; - // } - - // .color-marker { - // display: inline-block; - // width: 15px; - // height: 15px; - // float: left; - // margin: 0 10px 0 0; - // border-radius: 15px; - - // &.victims { background-color: #C90500; } - // &.military { background-color: #319C31; } - // &.nonstate { background-color: #AC28AC; } - // &.state-police { background-color: #0000BF; } - // &.iguala-municipal-police { background-color: #00558D; } - // &.federal-police { background-color: #5756A2; } - // &.huitzuco-municipal-police { background-color: #4ECAC1; } - // &.cocula-municipal-police { background-color: #095959; } - // &.ambulance { background-color: #ffffff; } - // &.other { background-color: #D3CE2A; } - // &.drivers { background-color: #822519; } - // &.communications { background-color: #a6a6a6; } - // &.GIEI { background-color: #ffffff; } - // &.PGR { background-color: #000000; } - // } - // } }