mirror of
https://github.com/adminkit/adminkit.git
synced 2026-03-31 19:57:44 +01:00
Fix for striped cards in tables (#126)
This commit is contained in:
@@ -25,4 +25,15 @@
|
|||||||
@media all and (-ms-high-contrast:none) {
|
@media all and (-ms-high-contrast:none) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.card > .table > tbody {
|
||||||
|
tr:last-child td:first-child,
|
||||||
|
tr:last-child th:first-child {
|
||||||
|
border-bottom-left-radius: $card-border-radius;
|
||||||
|
}
|
||||||
|
tr:last-child td:last-child,
|
||||||
|
tr:last-child th:last-child {
|
||||||
|
border-bottom-right-radius: $card-border-radius;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user