1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

feat: Add Crypto Dashboard with dynamic data and menu updates (#2527)

This commit is contained in:
Paweł Kuna
2025-11-15 13:43:48 +01:00
committed by GitHub
parent b0fa6559da
commit 4ce08cad53
17 changed files with 953 additions and 799 deletions

View File

@@ -426,6 +426,18 @@ Card table
thead,
tbody,
tfoot {
&:last-child {
tr:last-child {
> *:last-child {
border-bottom-right-radius: calc(var(--#{$prefix}card-border-radius) - var(--#{$prefix}card-border-width));
}
> *:first-child {
border-bottom-left-radius: calc(var(--#{$prefix}card-border-radius) - var(--#{$prefix}card-border-width));
}
}
}
tr {
&:first-child {
border-top: 0;
@@ -447,6 +459,7 @@ Card table
}
}
}
tfoot {
tr {
&:last-child {