Migrate to Font Awesome 5 - every icon used in the site has been updated, but the site icons that live in the database will need fixing separately

This commit is contained in:
Danielle McLean 2017-12-06 14:07:59 +11:00
parent bb18194b56
commit 6d912de376
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
7 changed files with 20 additions and 20 deletions

View file

@ -14,9 +14,9 @@
{% if app %}{{ app.name | first }}{% endif %}
{% if app %}({% endif %}<a class="u-url code{% if not app %} p-name{% endif %}" href="{{ params.client_id }}">{{ params.client_id }}</a>{% if app %}){% endif %}?
{% if verified %}
<i class="fa fa-check-circle verified-success" data-tooltip data-theme="success" data-html="#verified-success"></i>
<i class="fas fa-check-circle verified-success" data-tooltip data-theme="success" data-html="#verified-success"></i>
{% else %}
<i class="fa fa-question-circle verified-warning" data-tooltip data-theme="warning" data-html="#verified-warning"></i>
<i class="fas fa-question-circle verified-warning" data-tooltip data-theme="warning" data-html="#verified-warning"></i>
{% endif %}
</h4>
@ -39,7 +39,7 @@
<div class="card-footer">
<button class="btn btn-success" type="submit">
<i class="fa fa-check"></i>
<i class="fas fa-check"></i>
approve
</button>
</div>

View file

@ -42,7 +42,7 @@
<div class="card-footer">
<button class="btn btn-primary" type="submit">
<i class="fa fa-sign-in"></i>
<i class="fas fa-sign-in-alt"></i>
log in
</button>
</div>