fix: css linting missing fallback font
This commit is contained in:
parent
2698da8216
commit
d2a5b24b38
@ -238,7 +238,7 @@
|
|||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal normal 24px/1 "Material Design Icons";
|
font: normal normal normal 24px/1 "Material Design Icons", sans-serif;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: -12px;
|
margin-top: -12px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
Loading…
Reference in New Issue
Block a user