icons - just use the solid set
This commit is contained in:
parent
85f340f818
commit
491ddf979b
|
@ -40,6 +40,7 @@
|
||||||
$fa-font-path: "~@fortawesome/fontawesome-pro/webfonts";
|
$fa-font-path: "~@fortawesome/fontawesome-pro/webfonts";
|
||||||
@import "~@fortawesome/fontawesome-pro/scss/fontawesome";
|
@import "~@fortawesome/fontawesome-pro/scss/fontawesome";
|
||||||
@import "~@fortawesome/fontawesome-pro/scss/light";
|
@import "~@fortawesome/fontawesome-pro/scss/light";
|
||||||
|
@import "~@fortawesome/fontawesome-pro/scss/solid";
|
||||||
@import "~@fortawesome/fontawesome-pro/scss/brands";
|
@import "~@fortawesome/fontawesome-pro/scss/brands";
|
||||||
|
|
||||||
@import "./dark";
|
@import "./dark";
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<span>
|
<span>
|
||||||
<strong v-if="opinion === 1">
|
<strong v-if="opinion === 1">
|
||||||
<Tooltip :text="$t('profile.opinion.yes')">
|
<Tooltip :text="$t('profile.opinion.yes')">
|
||||||
<img src="../node_modules/@fortawesome/fontawesome-pro/svgs/solid/heart.svg" class="icon invertible"/>
|
<Icon v="heart" set="s"/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<nuxt-link v-if="link" :to="link"><Spelling escape :text="word"/></nuxt-link>
|
<nuxt-link v-if="link" :to="link"><Spelling escape :text="word"/></nuxt-link>
|
||||||
<span v-else><Spelling escape :text="word"/></span>
|
<span v-else><Spelling escape :text="word"/></span>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{{niceLink.text}}
|
{{niceLink.text}}
|
||||||
</a>
|
</a>
|
||||||
<small v-if="verifiedBy">
|
<small v-if="verifiedBy">
|
||||||
<Icon v="shield-check"/>
|
<Icon v="shield-check" set="s" class="small text-primary"/>
|
||||||
</small>
|
</small>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
|
|
Reference in New Issue