mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-26 14:54:27 +02:00
Merge pull request #9200 from geedmo/3.0.0-wip
Update to use @list-group-border-radius
This commit is contained in:
@@ -25,11 +25,11 @@
|
|||||||
|
|
||||||
// Round the first and last items
|
// Round the first and last items
|
||||||
&:first-child {
|
&:first-child {
|
||||||
.border-top-radius(@border-radius-base);
|
.border-top-radius(@list-group-border-radius);
|
||||||
}
|
}
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
.border-bottom-radius(@border-radius-base);
|
.border-bottom-radius(@list-group-border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Align badges within list items
|
// Align badges within list items
|
||||||
|
Reference in New Issue
Block a user