mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 02:50:57 +00:00
Merge pull request #9200 from geedmo/3.0.0-wip
Update to use @list-group-border-radius
This commit is contained in:
commit
f3104a3e3b
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