icons, copy tweaks

This commit is contained in:
czmj
2017-09-24 19:33:21 +01:00
parent 02252e2d0c
commit f9577a3755
8 changed files with 52 additions and 14 deletions

View File

@ -1,3 +1,9 @@
.#{$fa-css-prefix}-cloud-o {
&:before {
content: $fa-var-cloud-o;
}
}
.#{$fa-css-prefix}-rocket2 {
&:before {
content: $fa-var-rocket2;

View File

@ -11,7 +11,7 @@ $fa-border-color: #eee !default;
$fa-inverse: #fff !default;
$fa-li-width: (30em / 14) !default;
$fa-var-cloud-o: "\e900";
$fa-var-rocket2: "\e905";
$fa-var-asterisk: "\f069";
$fa-var-plus: "\f067";