mirror of https://github.com/ColorlibHQ/AdminLTE
Update _cards.scss
parent
f8b2dfbdc5
commit
cc948f86d7
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue