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';
table.ohi-info-table {
table-layout: auto !important; // TODO: Resolve table layout conflict;
margin-bottom: 0; // border-bottom: 3px solid $gray-light;
& thead {
& tr {
border-bottom: 1px solid $gray-darker;
}
}
& tr {
border-bottom: 1px solid $gray-lighter;
}
& th,
td {
padding-left: 0.6%; // 12px;
padding-right: 0.2%; // 6px;
}
}
// .split {
// & table.ohi-info-table {
// & th,
// td {
// padding-left: 6px;
// padding-right: 3px;
// }
// }
// }