mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
refactor button-groups.less
This commit is contained in:
parent
6952d655f4
commit
f5fc6254c7
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user