This commit is contained in:
Lieu Le
2019-09-28 09:44:42 +07:00
parent 9cae389e96
commit 30d7f6335a
15 changed files with 53 additions and 25 deletions

View File

@@ -52,7 +52,7 @@
}
&::before{
content: '\f00d';
font-family: Fontawesome;
font-family: $font-family-icon;
transition: all .3s ease-in-out;
}
}

View File

@@ -616,7 +616,7 @@ span.cmb2-metabox-description {
}
&::before{
content: "\f138";
font-family: Fontawesome;
font-family: $font-family-icon;
margin-right: 18px;
padding-right: 20px;
}