-
Notifications
You must be signed in to change notification settings - Fork 1
/
colors.html
42 lines (41 loc) · 949 Bytes
/
colors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
title: Brightcove Icons
parent: Home
layout: home-page
---
<style translate="no">
td i.fas,
td i.fab,
td i.far,
td i.fal,
td img.bcls-icon {
font-size: 2rem;
color: rgb(1, 5, 14);
}
</style>
<meta name="robots" content="noindex" />
<h1>Standard Icons</h1>
<article class="landing-page-wrapper">
<section class="bcls-section">
<h2 id="Feather_icons">Feather icons</h2>
<table class="bcls-table">
<caption class="bcls-caption--table">Feather Icons</caption>
<thead class="bcls-table__head">
<tr>
<th>Color</th>
<th>Hex Code</th>
<th>RGB Code</th>
<th>Sample</th>
</tr>
</thead>
<tbody class="bcls-table__body">
<tr>
<td>Blue steel</td>
<td>#08088C</td>
<td>rgb(8, 8, 140)</td>
<td style="background-color: #08088C;"></td>
</tr>
</tbody>
</table>
</section>
</article>