1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 23:05:26 +02:00

style(app): update icon style (#1727)

This commit is contained in:
Anthony Lapenna 2018-03-14 15:32:14 +10:00 committed by GitHub
parent 4e38e4ba33
commit 50ece68f35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 20 additions and 21 deletions

View file

@ -24,7 +24,7 @@
<span class="fa fa-download white-icon" aria-hidden="true"></span>
</a>
<a data-toggle="tooltip" class="btn btn-primary interactive" title="Remove tag" ng-click="removeTag(tag)">
<span class="far fa-trash-alt white-icon" aria-hidden="true"></span>
<span class="fa fa-trash-alt white-icon" aria-hidden="true"></span>
</a>
</span>
</div>
@ -36,7 +36,7 @@
<span class="small text-muted">
Note: you can click on the upload icon <span class="fa fa-upload" aria-hidden="true"></span> to push an image
or on the download icon <span class="fa fa-download" aria-hidden="true"></span> to pull an image
or on the trash icon <span class="far fa-trash-alt" aria-hidden="true"></span> to delete a tag.
or on the trash icon <span class="fa fa-trash-alt" aria-hidden="true"></span> to delete a tag.
</span>
</div>
<div class="col-sm-12">