mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 22:24:04 +08:00
fix: replace .fa()
mixin usage with .fas()
(#3537)
This commit is contained in:
parent
b673d36f33
commit
5721a2f487
@ -28,7 +28,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
.fa();
|
.fas();
|
||||||
content: @fa-var-reply;
|
content: @fa-var-reply;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
@ -125,7 +125,7 @@
|
|||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
.icon::before {
|
.icon::before {
|
||||||
.fa();
|
.fas();
|
||||||
content: @fa-var-check !important;
|
content: @fa-var-check !important;
|
||||||
color: @muted-color;
|
color: @muted-color;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
color: var(--muted-color);
|
color: var(--muted-color);
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
.fa();
|
.fas();
|
||||||
content: @fa-var-search;
|
content: @fa-var-search;
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: -36px;
|
margin-right: -36px;
|
||||||
|
@ -265,11 +265,11 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
.fa();
|
.fas();
|
||||||
content: @fa-var-comment;
|
content: @fa-var-comment;
|
||||||
}
|
}
|
||||||
&:hover:before {
|
&:hover:before {
|
||||||
.fa();
|
.fas();
|
||||||
content: @fa-var-check;
|
content: @fa-var-check;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user