2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Add .bg-white and .border-white

This commit is contained in:
Mark Otto
2017-08-07 21:36:08 -07:00
committed by Mark Otto
parent 92c26af814
commit 2cd2301e7a
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -2,4 +2,5 @@
@include bg-variant('.bg-#{$color}', $value);
}
.bg-white { background-color: $white !important; }
.bg-transparent { background-color: transparent !important; }
+4
View File
@@ -15,6 +15,10 @@
}
}
.border-white {
border-color: $white !important;
}
//
// Border-radius
//