blob: 069a37c34b37323a2eabf9f202f75ea107acab37 [file] [log] [blame]
table {
position: relative;
z-index: $zindex-dropdown;
}
.table-light {
td {
border-top: none;
border-bottom: 1px solid $gray-300;
}
}
.thead-light.thead-light {
th {
border: none;
color: $gray-900;
}
}