Replace ascii traingles with svgs
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
<div class='block-list project-list-item'>
|
||||
<header class='block-list__header'>
|
||||
<h2 class='block-list__title'>▾ 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>
|
||||
</header>
|
||||
<ul>
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
<div class='block-list project-list-item'>
|
||||
<header class='block-list__header'>
|
||||
<h2 class='block-list__title'>▸ Digital Dojo</h2>
|
||||
<h2 class='block-list__title'>{% module Icon('arrow-right') %} Digital Dojo</h2>
|
||||
<span>no access</span>
|
||||
</header>
|
||||
</div>
|
||||
|
@@ -301,6 +301,8 @@
|
||||
<span class='nowrap'>{% module Icon('link') %} 'link' </span>
|
||||
<span class='nowrap'>{% module Icon('ok') %} 'ok' </span>
|
||||
<span class='nowrap'>{% module Icon('checkmark') %} 'checkmark' </span>
|
||||
<span class='nowrap'>{% module Icon('arrow-right') %} 'arrow-right' </span>
|
||||
<span class='nowrap'>{% module Icon('arrow-down') %} 'arrow-down' </span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user