blob: 528cb8052d487068ed8e24304375cfc5c07918da [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: $dark;
}
}