summaryrefslogtreecommitdiff
path: root/live/static/font-awesome/scss/_rotated-flipped.scss
diff options
context:
space:
mode:
Diffstat (limited to 'live/static/font-awesome/scss/_rotated-flipped.scss')
-rw-r--r--live/static/font-awesome/scss/_rotated-flipped.scss24
1 files changed, 0 insertions, 24 deletions
diff --git a/live/static/font-awesome/scss/_rotated-flipped.scss b/live/static/font-awesome/scss/_rotated-flipped.scss
deleted file mode 100644
index 164d972..0000000
--- a/live/static/font-awesome/scss/_rotated-flipped.scss
+++ /dev/null
@@ -1,24 +0,0 @@
-// 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); }
-.#{$fa-css-prefix}-flip-both, .#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(-1, -1, 2); }
-
-// Hook for IE8-9
-// -------------------------
-
-:root {
- .#{$fa-css-prefix}-rotate-90,
- .#{$fa-css-prefix}-rotate-180,
- .#{$fa-css-prefix}-rotate-270,
- .#{$fa-css-prefix}-flip-horizontal,
- .#{$fa-css-prefix}-flip-vertical,
- .#{$fa-css-prefix}-flip-both {
- filter: none;
- }
-}