mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-26 04:35:54 +00:00
Replace footer and modal icons with SVG (#13245)
- Replace two font icons with SVG in the footer - Replace icons in delete modals with SVG - Horizontally center message text in modals
This commit is contained in:
parent
a06ea38207
commit
83106c166d
32 changed files with 51 additions and 34 deletions
|
@ -55,7 +55,7 @@
|
|||
|
||||
<div class="ui small basic delete modal" id="delete-token">
|
||||
<div class="ui icon header">
|
||||
<i class="trash icon"></i>
|
||||
{{svg "octicon-trashcan"}}
|
||||
{{.i18n.Tr "settings.access_token_deletion"}}
|
||||
</div>
|
||||
<div class="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue