mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 10:24:24 +04:00
fix: #1010
This commit is contained in:
@@ -581,9 +581,15 @@ Card list group
|
|||||||
|
|
||||||
.nav-link {
|
.nav-link {
|
||||||
border-bottom: $card-border-width solid $card-border-color;
|
border-bottom: $card-border-width solid $card-border-color;
|
||||||
|
border-radius: 0 0 $card-border-radius $card-border-radius;
|
||||||
|
}
|
||||||
|
|
||||||
border-top-left-radius: 0;
|
&:not(:first-child) .nav-link {
|
||||||
border-top-right-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:not(:last-child) .nav-link {
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user