mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-16 13:01:01 +00:00
updated wagtail font with unified user icon and site icon
This commit is contained in:
parent
b1c5871ad8
commit
773f891a09
7 changed files with 8550 additions and 1260 deletions
|
|
@ -416,6 +416,7 @@
|
|||
<li class="icon icon-date">date</li>
|
||||
<li class="icon icon-time">time</li>
|
||||
<li class="icon icon-form">form</li>
|
||||
<li class="icon icon-site">site</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
|
|
|||
|
|
@ -250,6 +250,9 @@
|
|||
.icon-form:before{
|
||||
content:"$";
|
||||
}
|
||||
.icon-site:before{
|
||||
content:"@";
|
||||
}
|
||||
|
||||
.icon.text-replace{
|
||||
font-size:0em;
|
||||
|
|
|
|||
9803
wagtail/wagtailadmin/static/wagtailadmin/scss/fonts/wagtail-icomoon.json
Executable file → Normal file
9803
wagtail/wagtailadmin/static/wagtailadmin/scss/fonts/wagtail-icomoon.json
Executable file → Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 60 KiB |
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue