mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 20:31:26 +02:00
Add .bg-transparent to docs
This commit is contained in:
@@ -34,6 +34,7 @@ Similar to the contextual text color classes, easily set the background of an el
|
|||||||
{% for color in site.data.theme-colors %}
|
{% for color in site.data.theme-colors %}
|
||||||
<div class="p-3 mb-2 bg-{{ color.name }} {% if color.name == "light" or color.name == "warning" %}text-dark{% else %}text-white{% endif %}">.bg-{{ color.name }}</div>{% endfor %}
|
<div class="p-3 mb-2 bg-{{ color.name }} {% if color.name == "light" or color.name == "warning" %}text-dark{% else %}text-white{% endif %}">.bg-{{ color.name }}</div>{% endfor %}
|
||||||
<div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
|
<div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
|
||||||
|
<div class="p-3 mb-2 bg-transparent text-dark">.bg-transparent</div>
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
{% include example.html content=example %}
|
{% include example.html content=example %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user