2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

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
This commit is contained in:
Vino Rodrigues
2021-01-16 13:07:57 +11:00
committed by Mark Otto
parent c6d6160a7c
commit ba30df146c
7 changed files with 14 additions and 13 deletions
@@ -69,7 +69,7 @@ body_class: "bg-light"
</ul>
</nav>
</aside>
<div class="bd-cheatsheet container-fluid bg-white">
<div class="bd-cheatsheet container-fluid bg-body">
<section id="content">
<h2 class="sticky-xl-top fw-bold pt-3 pt-xl-5 pb-2 pb-xl-3">Contents</h2>