1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

colors.html minor change

This commit is contained in:
Dawid
2019-12-04 11:10:17 +01:00
parent 4bfe748212
commit b1c38c447c

View File

@@ -15,9 +15,9 @@ done: true
<ul class="list-unstyled">
{% for color in site.colors %}
<li class="d-flex align-items-center mb-3">
<div class="stamp bg-{{ color[0] }} text-white mr-3">{{ color[1].name | first_letters | upcase }}</div>
<div class="stamp bg-{{ color[0] }} text-white mr-3"></div>
<div>
<strong>{{ color[1].name }}</strong><br />
<strong>{{ color[1].title }}</strong><br />
<code>.bg-{{ color[0] }}</code>
</div>
</li>
@@ -37,9 +37,9 @@ done: true
<ul class="list-unstyled">
{% for color in site.colors %}
<li class="d-flex align-items-center mb-3">
<div class="stamp bg-{{ color[0] }}-lt mr-3">{{ color[1].name | first_letters | upcase }}</div>
<div class="stamp bg-{{ color[0] }}-lt mr-3"></div>
<div>
<strong>{{ color[1].name }} lite</strong><br />
<strong>{{ color[1].title }} lite</strong><br />
<code>.bg-{{ color[0] }}-lt</code>
</div>
</li>