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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user