source: prototipo_portal_2018/prototipo/static/font-awesome/less/rotated-flipped.less @ 0500480

Last change on this file since 0500480 was 747e744, checked in by Antonio Araujo <aaraujo@…>, 7 years ago

Creado directorio prototipo con fuentes de la modificación del portal para establecer la ubicación de la firma visible

  • Property mode set to 100644
File size: 622 bytes
Line 
1// Rotated & Flipped Icons
2// -------------------------
3
4.@{fa-css-prefix}-rotate-90  { .fa-icon-rotate(90deg, 1);  }
5.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }
6.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }
7
8.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
9.@{fa-css-prefix}-flip-vertical   { .fa-icon-flip(1, -1, 2); }
10
11// Hook for IE8-9
12// -------------------------
13
14:root .@{fa-css-prefix}-rotate-90,
15:root .@{fa-css-prefix}-rotate-180,
16:root .@{fa-css-prefix}-rotate-270,
17:root .@{fa-css-prefix}-flip-horizontal,
18:root .@{fa-css-prefix}-flip-vertical {
19  filter: none;
20}
Note: See TracBrowser for help on using the repository browser.