1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 02:14:26 +04:00
This commit is contained in:
codecalm
2022-02-03 23:41:59 +01:00
parent ffd7412c21
commit 41f56f09cd

View File

@@ -581,9 +581,15 @@ Card list group
.nav-link {
border-bottom: $card-border-width solid $card-border-color;
border-radius: 0 0 $card-border-radius $card-border-radius;
}
border-top-left-radius: 0;
border-top-right-radius: 0;
&:not(:first-child) .nav-link {
border-bottom-left-radius: 0;
}
&:not(:last-child) .nav-link {
border-bottom-right-radius: 0;
}
}
}