Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Fabric.Icons.RTL.Output.scss 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. // Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.
  2. //
  3. // Office UI Fabric
  4. // --------------------------------------------------
  5. // RTL overrides for Fabricicons
  6. @import 'Fabric.Icons.Output';
  7. // Flip icons with 'directionality'
  8. .ms-Icon--question,
  9. .ms-Icon--calendar,
  10. .ms-Icon--folder,
  11. .ms-Icon--chat,
  12. .ms-Icon--listBullets,
  13. .ms-Icon--folderMove,
  14. .ms-Icon--mailSend,
  15. .ms-Icon--reply,
  16. .ms-Icon--play,
  17. .ms-Icon--replyAll,
  18. .ms-Icon--refresh,
  19. .ms-Icon--questionReverse,
  20. .ms-Icon--notRecurring,
  21. .ms-Icon--tasks,
  22. .ms-Icon--check,
  23. .ms-Icon--arrowLeft,
  24. .ms-Icon--arrowRight,
  25. .ms-Icon--directions,
  26. .ms-Icon--caretLeft,
  27. .ms-Icon--caretRight,
  28. .ms-Icon--caretUpLeft,
  29. .ms-Icon--caretUpRight,
  30. .ms-Icon--caretDownRight,
  31. .ms-Icon--caretDownLeft,
  32. .ms-Icon--note,
  33. .ms-Icon--noteReply,
  34. .ms-Icon--noteForward,
  35. .ms-Icon--taskRecurring,
  36. .ms-Icon--documentReply,
  37. .ms-Icon--documentForward,
  38. .ms-Icon--reactivate,
  39. .ms-Icon--chevronLeft,
  40. .ms-Icon--chevronRight,
  41. .ms-Icon--notebook,
  42. .ms-Icon--chevronsLeft,
  43. .ms-Icon--chevronsRight,
  44. .ms-Icon--receiptForward,
  45. .ms-Icon--receiptReply,
  46. .ms-Icon--receiptCheck,
  47. .ms-Icon--eventShare,
  48. .ms-Icon--oofReply,
  49. .ms-Icon--voicemailReply,
  50. .ms-Icon--voicemailForward,
  51. .ms-Icon--post,
  52. .ms-Icon--toggle,
  53. .ms-Icon--late,
  54. .ms-Icon--eventRecurring,
  55. .ms-Icon--cart,
  56. .ms-Icon--socialListening,
  57. .ms-Icon--replyAlt,
  58. .ms-Icon--replyAllAlt,
  59. .ms-Icon--graph,
  60. .ms-Icon--pinLeft,
  61. .ms-Icon--chart,
  62. .ms-Icon--page,
  63. .ms-Icon--document,
  64. .ms-Icon--metadata,
  65. .ms-Icon--pointItem,
  66. .ms-Icon--dropdown,
  67. .ms-Icon--checkbox,
  68. .ms-Icon--reload,
  69. .ms-Icon--multiChoice,
  70. .ms-Icon--contactForm,
  71. .ms-Icon--inboxCheck,
  72. .ms-Icon--checkboxCheck,
  73. .ms-Icon--folderSearch,
  74. .ms-Icon--listCheck,
  75. .ms-Icon--listGroup,
  76. .ms-Icon--timeline
  77. .ms-Icon--mailCheck,
  78. .ms-Icon--listCheckbox,
  79. .ms-Icon--sunQuestion,
  80. .ms-Icon--chevronThinLeft,
  81. .ms-Icon--chevronThinRight,
  82. .ms-Icon--chevronThickLeft,
  83. .ms-Icon--chevronThickRight,
  84. .ms-Icon--documentLandscape,
  85. .ms-Icon--peopleCheck,
  86. .ms-Icon--caretLeftOutline,
  87. .ms-Icon--caretRightOutline,
  88. .ms-Icon--mailSync,
  89. .ms-Icon--peopleSync,
  90. .ms-Icon--checkPeople,
  91. .ms-Icon--sortLines,
  92. .ms-Icon--triangleRight:before,
  93. .ms-Icon--triangleLeft:before,
  94. .ms-Icon--contactPublic:before,
  95. .ms-Icon--triangleEmptyRight:before,
  96. .ms-Icon--triangleEmptyLeft:before,
  97. .ms-Icon--fileDocument:before,
  98. .ms-Icon--listGroup2:before,
  99. .ms-Icon--copy:before,
  100. .ms-Icon--sections:before,
  101. .ms-Icon--arrowUpRight:before,
  102. .ms-Icon--arrowDownRight:before,
  103. .ms-Icon--arrowDownLeft:before,
  104. .ms-Icon--arrowUpLeft:before,
  105. .ms-Icon--bundle:before {
  106. -moz-transform: scaleX(-1);
  107. -webkit-transform: scaleX(-1);
  108. -o-transform: scaleX(-1);
  109. transform: scaleX(-1);
  110. }