Update _cards.scss

pull/5089/head
Daniel 2023-04-30 18:23:19 +05:30
parent f8b2dfbdc5
commit cc948f86d7
1 changed files with 13 additions and 0 deletions

View File

@ -269,3 +269,16 @@ html.maximized-card {
--#{$lte-prefix}card-variant-color-rgb: #{to-rgb(color-contrast($color))}; --#{$lte-prefix}card-variant-color-rgb: #{to-rgb(color-contrast($color))};
} }
} }
// Box Body
.card-body {
// Tables within the box body
> .table {
margin-bottom: 0;
> thead > tr > th,
> thead > tr > td {
border-top-width: 0;
}
}
}