1
0
Fork 0
forked from gitea/nas

Migrate to font-awesome 5.0. (#8799)

This commit is contained in:
Naoki Kosaka 2018-09-28 00:08:56 +09:00 committed by Eugen Rochko
parent 15fc2b76f9
commit 8bae14591b
47 changed files with 102 additions and 102 deletions

View file

@ -38,7 +38,7 @@ body.rtl {
padding-left: 30px;
}
.search__icon .fa {
.search__icon .fas {
right: auto;
left: 10px;
}
@ -197,7 +197,7 @@ body.rtl {
}
.admin-wrapper .sidebar ul a i.fa,
a.table-action-link i.fa {
a.table-action-link i.fas {
margin-right: 0;
margin-left: 5px;
}
@ -264,7 +264,7 @@ body.rtl {
left: 0;
}
.landing-page .fa-external-link {
.landing-page .fa-external-link-alt {
padding-right: 5px;
padding-left: 0 !important;
}