0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

override pos-f-t in examples

This commit is contained in:
Mark Otto 2016-12-21 17:53:00 -08:00 committed by Mark Otto
parent 17dca54278
commit fd79471e8a

View File

@ -111,6 +111,15 @@
margin-top: 2rem;
}
.pos-f-t {
position: relative;
margin: -1rem;
@include media-breakpoint-up(sm) {
margin: -1.5rem;
}
}
> .form-control {
+ .form-control {
margin-top: .5rem;