Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/font-awesome.css')
-rw-r--r--css/font-awesome.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/css/font-awesome.css b/css/font-awesome.css
index 6d7486455..65145ec26 100644
--- a/css/font-awesome.css
+++ b/css/font-awesome.css
@@ -80,6 +80,10 @@
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
+.fa-pulse {
+ -webkit-animation: fa-spin 1s infinite steps(8);
+ animation: fa-spin 1s infinite steps(8);
+}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
@@ -610,6 +614,7 @@
.fa-twitter:before {
content: "\f099";
}
+.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
@@ -1759,7 +1764,7 @@
.fa-neuter:before {
content: "\f22c";
}
-.fa-facebook-f:before {
+.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {