11 lines
246 B
SCSS
11 lines
246 B
SCSS
|
// Button group overrides
|
||
|
.btn-group,
|
||
|
.btn-group-vertical {
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)
|
||
|
.btn-group > .btn-group {
|
||
|
float: left;
|
||
|
}
|