mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-11 15:25:46 +03:00
various css fixes
This commit is contained in:
parent
394cb6113d
commit
ee62892b21
|
@ -221,4 +221,9 @@
|
||||||
.btn-group {
|
.btn-group {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// remove margin from nested btn-group(s) to properly align them with the outer buttons
|
||||||
|
> .btn-group {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -216,3 +216,12 @@ select {
|
||||||
// margin: 0;
|
// margin: 0;
|
||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
|
|
||||||
|
.form-inline {
|
||||||
|
@include media-breakpoint-up(sm) {
|
||||||
|
.input-group {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user