mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update to use @list-group-border-radius
This commit is contained in:
parent
c2737771b4
commit
2f786aa0c1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue