mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-20 20:08:03 -05:00
Merge pull request #8545 from liuyl/refactor-btngroups
refactor button-groups.less
This commit is contained in:
@@ -40,11 +40,12 @@
|
||||
float: left;
|
||||
}
|
||||
// Space out series of button groups
|
||||
> .btn + .btn,
|
||||
> .btn-group + .btn,
|
||||
> .btn + .btn-group,
|
||||
> .btn-group + .btn-group {
|
||||
margin-left: 5px;
|
||||
> .btn,
|
||||
> .btn-group {
|
||||
+ .btn,
|
||||
+ .btn-group {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user