From 8e30fbf41dabee082aafb60fe0639b504497674d Mon Sep 17 00:00:00 2001 From: AvinashS Date: Wed, 30 Aug 2017 18:39:12 +0530 Subject: vnfsdk market place seed code refactoring cleanup the package names and a test file correction Change-Id: Icc5a3b48189824dfe5cb84f05ce2c496bcfa3eab IssueId: VNFSDK-74 Signed-off-by: AvinashS --- .../font-awesome/scss/_rotated-flipped.scss | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 common/src/main/webapp/thirdparty/font-awesome/scss/_rotated-flipped.scss (limited to 'common/src/main/webapp/thirdparty/font-awesome/scss/_rotated-flipped.scss') diff --git a/common/src/main/webapp/thirdparty/font-awesome/scss/_rotated-flipped.scss b/common/src/main/webapp/thirdparty/font-awesome/scss/_rotated-flipped.scss deleted file mode 100755 index a3558fd0..00000000 --- a/common/src/main/webapp/thirdparty/font-awesome/scss/_rotated-flipped.scss +++ /dev/null @@ -1,20 +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); } - -// 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; -} -- cgit 1.2.3-korg