Commit f5fc6254 authored by liuyl's avatar liuyl

refactor button-groups.less

parent 6952d655
...@@ -40,12 +40,13 @@ ...@@ -40,12 +40,13 @@
float: left; float: left;
} }
// Space out series of button groups // Space out series of button groups
> .btn + .btn, > .btn,
> .btn-group + .btn, > .btn-group {
> .btn + .btn-group, + .btn,
> .btn-group + .btn-group { + .btn-group {
margin-left: 5px; margin-left: 5px;
} }
}
} }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment