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

@ -1113,7 +1113,7 @@ $small-breakpoint: 960px;
align-items: center;
margin-left: 15px;
.fa {
.fas {
display: block;
color: $darker-text-color;
font-size: 48px;

View file

@ -136,7 +136,7 @@
float: left;
padding-left: 0;
.fa {
.fas {
display: inline-block;
margin-right: 5px;
}
@ -146,7 +146,7 @@
float: right;
padding-right: 0;
.fa {
.fas {
display: inline-block;
margin-left: 5px;
}

View file

@ -50,7 +50,7 @@ $no-columns-breakpoint: 600px;
transition: all 200ms linear;
border-radius: 4px 0 0 4px;
i.fa {
i.fas {
margin-right: 5px;
}

View file

@ -675,7 +675,7 @@
&:hover {
text-decoration: underline;
.fa {
.fas {
color: lighten($dark-text-color, 7%);
}
}
@ -690,7 +690,7 @@
}
}
.fa {
.fas {
color: $dark-text-color;
}
}
@ -1496,7 +1496,7 @@ a.account__display-name {
font-size: 15px;
position: relative;
.fa {
.fas {
color: $highlight-text-color;
}
@ -2044,7 +2044,7 @@ a.account__display-name {
border-bottom: 2px solid lighten($ui-base-color, 8%);
transition: all 50ms linear;
.fa {
.fas {
font-weight: 400;
font-size: 16px;
}
@ -3274,7 +3274,7 @@ a.status-card {
overflow: hidden;
display: flex;
.fa {
.fas {
font-size: 34px;
margin-right: 10px;
}
@ -3491,7 +3491,7 @@ a.status-card {
outline: 0 !important;
}
.fa {
.fas {
position: absolute;
top: 10px;
right: 10px;
@ -3545,7 +3545,7 @@ a.status-card {
font-size: 16px;
cursor: default;
.fa {
.fas {
display: inline-block;
margin-right: 5px;
}
@ -3564,7 +3564,7 @@ a.status-card {
font-size: 16px;
color: $dark-text-color;
.fa {
.fas {
display: inline-block;
margin-right: 5px;
}
@ -4462,7 +4462,7 @@ a.status-card {
justify-content: center;
font-size: 26px;
.fa {
.fas {
display: block;
}
}
@ -4500,7 +4500,7 @@ a.status-card {
display: block;
}
.fa {
.fas {
color: $dark-text-color;
}
}
@ -5447,7 +5447,7 @@ noscript {
font-size: 16px;
cursor: default;
.fa {
.fas {
display: inline-block;
margin-right: 5px;
}

View file

@ -656,7 +656,7 @@ code {
}
}
.fa {
.fas {
font-weight: 400;
}
}

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;
}

View file

@ -112,7 +112,7 @@ a.table-action-link {
color: $primary-text-color;
}
i.fa {
i.fas {
font-weight: 400;
margin-right: 5px;
}

View file

@ -196,7 +196,7 @@
&__message {
margin-bottom: 15px;
.fa {
.fas {
margin-right: 5px;
color: $darker-text-color;
}