Use solid/filled Font Awesome icons for consistency.

Some of the "open" icons are not in the free FA tier, so rather than mix
the two we should use solid icons everywhere.
This commit is contained in:
dandds
2019-05-01 16:24:02 -04:00
parent 69ab412fcb
commit 752a3a8f28
12 changed files with 11 additions and 12 deletions

View File

@@ -32,7 +32,7 @@
<div class="sidenav__divider--small"></div>
<a class="sidenav__link sidenav__link--add" href="{{ url_for("task_orders.get_started") }}" title="Fund a New Portfolio">
<span class="sidenav__link-label">Fund a new portfolio</span>
{{ Icon("plus", classes="sidenav__link-icon icon--circle") }}
{{ Icon("plus", classes="sidenav__link-icon") }}
</a>
</div>
</div>