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:
@@ -26,3 +26,14 @@
|
||||
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