Browse Source

Update _cards.scss

pull/5089/head
Daniel 2 years ago
parent
commit
cc948f86d7
  1. 13
      src/scss/_cards.scss

13
src/scss/_cards.scss

@ -269,3 +269,16 @@ html.maximized-card {
--#{$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;
}
}
}

Loading…
Cancel
Save