blob: 7d265c8ec43987f5277df428c3f6978d9d28a214 [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;
}
}
.table-cell__actions {
text-align: right;
.btn {
padding-top: 0;
padding-bottom: 0;
}
}