From 7a5dd0d1ce9ca3e4d4fb395540291721ba2f52c0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 10 Aug 2017 20:43:53 -0700 Subject: dist --- dist/css/bootstrap.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index fdc011426..e382f00c7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5294,6 +5294,10 @@ a.bg-dark:focus, a.bg-dark:hover { background-color: #1d2124 !important; } +.bg-white { + background-color: #fff !important; +} + .bg-transparent { background-color: transparent !important; } @@ -5354,6 +5358,10 @@ a.bg-dark:focus, a.bg-dark:hover { border-color: #343a40 !important; } +.border-white { + border-color: #fff !important; +} + .rounded { border-radius: 0.25rem !important; } -- cgit v1.2.3