summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Jewell <njewe42@tscstudents.net>2017-04-11 19:52:47 +0000
committerNoah Jewell <njewe42@tscstudents.net>2017-04-11 19:52:47 +0000
commit029af5f9925828607dd6932f7249429d8c1546f8 (patch)
tree57f6eb841c1751bb46e967bab1dad6007a81d5c8
parent8911ba96465b40a50c1952e27a905d0984c93474 (diff)
Upload new file
-rw-r--r--Vendor/font-awesome/scss/_rotated-flipped.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/Vendor/font-awesome/scss/_rotated-flipped.scss b/Vendor/font-awesome/scss/_rotated-flipped.scss
new file mode 100644
index 0000000..a3558fd
--- /dev/null
+++ b/Vendor/font-awesome/scss/_rotated-flipped.scss
@@ -0,0 +1,20 @@
+// Rotated & Flipped Icons
+// -------------------------
+
+.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); }
+.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); }
+.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); }
+
+.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
+.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
+
+// Hook for IE8-9
+// -------------------------
+
+:root .#{$fa-css-prefix}-rotate-90,
+:root .#{$fa-css-prefix}-rotate-180,
+:root .#{$fa-css-prefix}-rotate-270,
+:root .#{$fa-css-prefix}-flip-horizontal,
+:root .#{$fa-css-prefix}-flip-vertical {
+ filter: none;
+}