various css fixes

This commit is contained in:
FezVrasta 2016-08-02 21:13:43 +02:00
parent 394cb6113d
commit ee62892b21
2 changed files with 14 additions and 0 deletions

View File

@ -221,4 +221,9 @@
.btn-group {
margin: 0;
}
// remove margin from nested btn-group(s) to properly align them with the outer buttons
> .btn-group {
margin: 0;
}
}

View File

@ -216,3 +216,12 @@ select {
// margin: 0;
// }
//}
.form-inline {
@include media-breakpoint-up(sm) {
.input-group {
display: inline-flex;
align-items: center;
}
}
}