mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 18:50:24 +00:00
update rendering of colors in options.md
This commit is contained in:
parent
370e299c6b
commit
a0fb496635
1 changed files with 1 additions and 7 deletions
|
|
@ -73,13 +73,7 @@ We use a subset of all colors to create a smaller color palette for generating c
|
|||
<div class="row">
|
||||
{% for color in site.data.theme-colors %}
|
||||
<div class="col-md-4">
|
||||
{% if color.name == "background" %}
|
||||
<div class="p-3 mb-3 swatch-{{ color.name }}" style="box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);">
|
||||
{{ color.name | capitalize }}
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="p-3 mb-3 swatch-{{ color.name }}">{{ color.name | capitalize }}</div>
|
||||
{% endif %}
|
||||
<div class="p-3 mb-3 swatch-{{ color.name }}">{{ color.name | capitalize }}</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue