]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tweak docs example CSS for flexbox grid cols
authorMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 09:30:31 +0000 (01:30 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 09:30:31 +0000 (01:30 -0800)
docs/assets/scss/_component-examples.scss

index 398847bfdd5dec20e251c63541a7e67b8c5d60e2..093d29b6490324d7a3d5eb1ffc5e2c852f61e30c 100644 (file)
       border: 1px solid rgba(86,61,124,.2);
     }
   }
+
+  [class*="flex-items-"] {
+    min-height: 6rem;
+    background-color: rgba(255,0,0,.1);
+  }
+}
+
+.bd-example-row-flex-cols .row {
+  min-height: 10rem;
+  background-color: rgba(255,0,0,.1);
 }