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:
parent
4e38e4ba33
commit
50ece68f35
17 changed files with 20 additions and 21 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue