Replace ascii traingles with svgs

This commit is contained in:
Luis Cielak 2018-07-31 14:44:56 -04:00 committed by richard-dds
parent cfbf2efdf6
commit 727680c31f
4 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="#000" d="M8 15L2 7h12z" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 147 B

View File

@ -0,0 +1 @@
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill="#000" d="M14 9l-8 6V3z" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 146 B

View File

@ -41,7 +41,7 @@
<div class='block-list project-list-item'> <div class='block-list project-list-item'>
<header class='block-list__header'> <header class='block-list__header'>
<h2 class='block-list__title'>&#9662; Code.mil</h2> <h2 class='block-list__title'>{% module Icon('arrow-down') %} Code.mil</h2>
<span><a href="#" class="icon-link icon-link--danger">revoke all access</a></span> <span><a href="#" class="icon-link icon-link--danger">revoke all access</a></span>
</header> </header>
<ul> <ul>
@ -74,7 +74,7 @@
<div class='block-list project-list-item'> <div class='block-list project-list-item'>
<header class='block-list__header'> <header class='block-list__header'>
<h2 class='block-list__title'>&#9656; Digital Dojo</h2> <h2 class='block-list__title'>{% module Icon('arrow-right') %} Digital Dojo</h2>
<span>no access</span> <span>no access</span>
</header> </header>
</div> </div>

View File

@ -301,6 +301,8 @@
<span class='nowrap'>{% module Icon('link') %} 'link'&nbsp;&nbsp;&nbsp;</span> <span class='nowrap'>{% module Icon('link') %} 'link'&nbsp;&nbsp;&nbsp;</span>
<span class='nowrap'>{% module Icon('ok') %} 'ok'&nbsp;&nbsp;&nbsp;</span> <span class='nowrap'>{% module Icon('ok') %} 'ok'&nbsp;&nbsp;&nbsp;</span>
<span class='nowrap'>{% module Icon('checkmark') %} 'checkmark'&nbsp;&nbsp;&nbsp;</span> <span class='nowrap'>{% module Icon('checkmark') %} 'checkmark'&nbsp;&nbsp;&nbsp;</span>
<span class='nowrap'>{% module Icon('arrow-right') %} 'arrow-right'&nbsp;&nbsp;&nbsp;</span>
<span class='nowrap'>{% module Icon('arrow-down') %} 'arrow-down'&nbsp;&nbsp;&nbsp;</span>
</div> </div>
</div> </div>