2018-10-19 15:17:02 +00:00
|
|
|
th,
|
|
|
|
td {
|
|
|
|
border-bottom: $decor-border-100;
|
|
|
|
}
|
|
|
|
th {
|
2019-05-01 18:09:29 +00:00
|
|
|
border-color: $gray-300;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|
|
|
|
td {
|
2019-05-01 18:09:29 +00:00
|
|
|
border-color: $gray-200;
|
|
|
|
color: $gray-500;
|
|
|
|
}
|
|
|
|
th,
|
|
|
|
td strong {
|
|
|
|
color: $gray-600;
|
|
|
|
}
|
|
|
|
// TODO: Add to native selector `tbody th` - will involve moving all
|
|
|
|
// current th's to `thead th` and changing the templates
|
|
|
|
%tbody-th {
|
|
|
|
color: $gray-900;
|
|
|
|
}
|
|
|
|
td:first-child {
|
|
|
|
@extend %tbody-th;
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|