Replace ascii traingles with svgs
This commit is contained in:
parent
b0a79e9b38
commit
38a6784222
1
static/icons/arrow-down.svg
Normal file
1
static/icons/arrow-down.svg
Normal 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 |
1
static/icons/arrow-right.svg
Normal file
1
static/icons/arrow-right.svg
Normal 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 |
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user