Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

@import './../../../../scss/themes/variables_ars_1.scss';
canvas {
margin: 12px 0;
}

.legend {
display: flex;
&>h5 {
font-size: 12px;
font-weight: 500;
line-height: 27px;
color: #000;
}
.block {
display: block;
height: 12px;
width: 24px;
margin: 6px 18px 0 6px;
&.blue {
background-color: $color-info;
border: 1px solid $color-info;
}
&.light-blue {
background-color: lighten($color-info, 60%);
border: 1px solid $gray-base;
}
&.green {
background-color: $color-success;
border: 1px solid $color-success;
}
&.light-green {
background-color: lighten($color-success, 65%);
border: 1px solid $gray-base;
}
&.red {
height: 13px;
width: 27px;
background: url('./../../../../assets/images/line_cap_red_27.png');
background-repeat: no-repeat;
background-position-y: 2px;
}
}
} // Helpers
.offset {
margin-left: 90px;
}

.hide-table {
height:0;
width:0;
visibility:hidden;
}