mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-13 00:50:59 +00: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
|
||||
&:first-child {
|
||||
.border-top-radius(@border-radius-base);
|
||||
.border-top-radius(@list-group-border-radius);
|
||||
}
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
.border-bottom-radius(@border-radius-base);
|
||||
.border-bottom-radius(@list-group-border-radius);
|
||||
}
|
||||
|
||||
// Align badges within list items
|
||||
|
|
|
|||
Loading…
Reference in a new issue