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';
.home-table {
border: 1px solid $gray-light;
margin-bottom: 12px;
table {
table-layout: fixed;
}
& tr.visn {
border-top: 1px solid $gray-base;
border-bottom: 1px solid $gray-base;
background-color: $gray-lightest;
}
& .scroll-div {
height: 240px;
overflow-y: scroll;
border-bottom: 1px solid $gray-base;
-ms-overflow-style: -ms-autohiding-scrollbar;
& tr {
border-bottom: 1px solid $gray-lighter;
}
&.claims {
height: 300px;
}
}
&.claims {
border-bottom: none;
}
}