Port from glyphicons to Font Awesome

Mmmm pretty
This commit is contained in:
2020-03-09 23:18:56 +00:00
parent 320c43e472
commit b57716f7fc
26 changed files with 89 additions and 88 deletions

View File

@@ -15,7 +15,7 @@
<button type="button" class="btn btn-default btn-xs item-add"
data-toggle="modal"
data-target="#itemModal">
<span class="glyphicon glyphicon-plus"></span>
<span class="fas fa-plus"></span>
</button>
</td>
{% endif %}
@@ -66,10 +66,10 @@
<td class="vert-align text-right">
<button type="button" class="item-edit btn btn-xs btn-default"
data-toggle="modal" data-target="#itemModal">
<span class="glyphicon glyphicon-edit"></span>
<span class="fas fa-edit"></span>
</button>
<button type="button" class="item-delete btn btn-xs btn-danger">
<span class="glyphicon glyphicon-remove"></span>
<span class="fas fa-remove"></span>
</button>
</td>
{% endif %}