CLIENT GUI Framework
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / thirdparty / font-awesome / less / rotated-flipped.less
1 // Rotated & Flipped Icons\r
2 // -------------------------\r
3 \r
4 .@{fa-css-prefix}-rotate-90  { .fa-icon-rotate(90deg, 1);  }\r
5 .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }\r
6 .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }\r
7 \r
8 .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }\r
9 .@{fa-css-prefix}-flip-vertical   { .fa-icon-flip(1, -1, 2); }\r
10 \r
11 // Hook for IE8-9\r
12 // -------------------------\r
13 \r
14 :root .@{fa-css-prefix}-rotate-90,\r
15 :root .@{fa-css-prefix}-rotate-180,\r
16 :root .@{fa-css-prefix}-rotate-270,\r
17 :root .@{fa-css-prefix}-flip-horizontal,\r
18 :root .@{fa-css-prefix}-flip-vertical {\r
19   filter: none;\r
20 }\r