]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
override pos-f-t in examples
authorMark Otto <markdotto@gmail.com>
Thu, 22 Dec 2016 01:53:00 +0000 (17:53 -0800)
committerMark Otto <markd.otto@gmail.com>
Thu, 22 Dec 2016 21:48:07 +0000 (13:48 -0800)
docs/assets/scss/_component-examples.scss

index 6e2b07121591ef6b77aefc0832e337163d3a8dfa..e00ad4f0cc4fb3e11b59b3ba215e13de7d4bac1e 100644 (file)
     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;