Add bd classes

This commit is contained in:
Jeremy Thomas
2017-08-14 12:44:24 +01:00
parent 88fb510d93
commit cd2f886df2
66 changed files with 1184 additions and 2456 deletions

View File

@@ -166,10 +166,10 @@ shades:
</td>
<td>
{% if color.invert_hex == "black" %}
<span class="color" style="background: rgba(0, 0, 0, 0.7);"></span>
<span class="bd-color" style="background: rgba(0, 0, 0, 0.7);"></span>
<code>rgba(0, 0, 0, 0.7)</code>
{% else %}
<span class="color" style="background: #fff;"></span>
<span class="bd-color" style="background: #fff;"></span>
<code>#fff</code>
{% endif %}
</td>
@@ -178,4 +178,4 @@ shades:
</tbody>
</table>
</div>
</section>
</section>