forked from projects/fipamo
ro
3b5c753c9a
there were some random logos in the global images folder, so that was cleaned up and replaced with primary and secondary options according to the current color palette for the sake of flexibility found a nice repo of svg icons, so experimented with adding one to the sprite sheet to see if it works, which it does
17 lines
582 B
PHP
17 lines
582 B
PHP
<div class="submenu">
|
|
<a href='/dashboard/pages' title="view pages">
|
|
<button>
|
|
<svg id="option-menu-pin" role="icon">
|
|
<use id="option-menu-pin" xlink:href="/assets/images/global/sprite.svg#minicute-book"/>
|
|
</svg>
|
|
</button>
|
|
</a>
|
|
<a href='/dashboard/page/add/new' title="add new page">
|
|
<button>
|
|
<svg id="option-menu-pin" role="icon">
|
|
<use id="option-menu-pin" xlink:href="/assets/images/global/sprite.svg#entypo-squared-plus"/>
|
|
</svg>
|
|
</button>
|
|
</a>
|
|
</div>
|