diff options
| author | Mark Otto <[email protected]> | 2017-08-10 20:43:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-10 20:43:53 -0700 |
| commit | 7a5dd0d1ce9ca3e4d4fb395540291721ba2f52c0 (patch) | |
| tree | 4ed6ce50ca8575d04dcead790e0781cb556ed195 /dist/css/bootstrap.css | |
| parent | 8c8f7761d092ac0decd9fccbb065afd57cc7be4d (diff) | |
| download | bootstrap-7a5dd0d1ce9ca3e4d4fb395540291721ba2f52c0.tar.xz bootstrap-7a5dd0d1ce9ca3e4d4fb395540291721ba2f52c0.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |
