]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add .bg-white and .border-white
authorMark Otto <markdotto@gmail.com>
Tue, 8 Aug 2017 04:36:08 +0000 (21:36 -0700)
committerMark Otto <markd.otto@gmail.com>
Tue, 8 Aug 2017 05:06:53 +0000 (22:06 -0700)
scss/utilities/_background.scss
scss/utilities/_borders.scss

index f85c13c60e532763623a2451d3affee6d81a7f01..1ef34fd8eed9b4049559438967310367e5aa1782 100644 (file)
@@ -2,4 +2,5 @@
   @include bg-variant('.bg-#{$color}', $value);
 }
 
+.bg-white { background-color: $white !important; }
 .bg-transparent { background-color: transparent !important; }
index 05480582c4453a65ac3efdf5d7656b4ba3d3b14a..82e177c80bfc4c94d87c0fa536e170a7e01a8185 100644 (file)
   }
 }
 
+.border-white {
+  border-color: $white !important;
+}
+
 //
 // Border-radius
 //