rm comments

This commit is contained in:
Lachlan Kermode
2019-02-07 14:53:45 +00:00
parent 52d8630ed2
commit d105fbc6a9

View File

@@ -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; }
// }
// }
}