Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
50f6160b
Commit
50f6160b
authored
7 years ago
by
Varunram
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add .bg-transparent to docs
parent
fd57d371
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/4.0/utilities/colors.md
+1
-0
docs/4.0/utilities/colors.md
with
1 addition
and
0 deletions
+1
-0
docs/4.0/utilities/colors.md
+
1
-
0
View file @
50f6160b
...
@@ -34,6 +34,7 @@ Similar to the contextual text color classes, easily set the background of an el
...
@@ -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 %}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets