/**
 * @file
 * Styles for Bootstrap Barrio's tables.
 */

.sticky-header thead th {
    vertical-align: bottom;
    border-bottom: calc(2 * $table-border-width) solid $table-border-color;
}

.sticky-header th {
    padding: $table-cell-padding-x $table-cell-padding-y;
    vertical-align: top;
    border-top: $table-border-width solid $table-border-color;
}