Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVino Rodrigues <github@m.vinorodrigues.com>2021-01-16 05:07:57 +0300
committerMark Otto <otto@github.com>2021-01-26 01:34:01 +0300
commitba30df146c78f7704e99e1d59de2e42f9d01a44a (patch)
tree86765e569526a735a1e9f1720de4626886dd9d13 /site/content/docs/5.0/examples/pricing/index.html
parentc6d6160a7c2203fbe620b6e4a660f72c40b2efd3 (diff)
Replace .bg-white with .bg-body in docs
Response to issue #32810 Use of the .bg-white class to define visual aspects of the examples would be unintuitive for theme builders to test themes on. This replaces instances of .bg-white with .bg-body in the examples. - Edited examples to replace use .bg-white class with .bg-body class - product - offcanvas - pricing - cheatsheet - cheatsheet-rtl - Edited utilities colors.md & shadows.md to include .bg-body class
Diffstat (limited to 'site/content/docs/5.0/examples/pricing/index.html')
-rw-r--r--site/content/docs/5.0/examples/pricing/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/examples/pricing/index.html b/site/content/docs/5.0/examples/pricing/index.html
index 58bb22ccf9..57d4747ddf 100644
--- a/site/content/docs/5.0/examples/pricing/index.html
+++ b/site/content/docs/5.0/examples/pricing/index.html
@@ -6,7 +6,7 @@ extra_css:
include_js: false
---
-<header class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom shadow-sm">
+<header class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-body border-bottom shadow-sm">
<p class="h5 my-0 me-md-auto fw-normal">Company name</p>
<nav class="my-2 my-md-0 me-md-3">
<a class="p-2 text-dark" href="#">Features</a>