Release 5.7.0 (#1307)

This commit is contained in:
Rob Madole
2019-01-28 13:58:18 -06:00
committed by GitHub
parent 687bb86a30
commit 02da6fc9a0
1884 changed files with 98435 additions and 43475 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.6.3 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.7.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
svg:not(:root).svg-inline--fa {
@@ -287,7 +287,7 @@ svg:not(:root).svg-inline--fa {
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-horizontal.fa-flip-vertical {
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
@@ -296,7 +296,8 @@ svg:not(:root).svg-inline--fa {
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }