blob: 2372d257d5bbcbf7852cc7f9e13a3883b84ef2b5 [file] [log] [blame]
table {
position: relative;
z-index: $zindex-dropdown;
.status-icon svg {
width: 1rem;
height: auto;
}
}
.table-light {
td {
border-top: none;
border-bottom: 1px solid $gray-300;
}
}
.thead-light.thead-light {
th {
border: none;
color: $dark;
}
}