icons.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. [class^="msp-icon-"]:before, [class*=" msp-icon-"]:before {
  2. font-family: "fontello";
  3. font-style: normal;
  4. font-weight: normal;
  5. display: inline-block;
  6. text-decoration: inherit;
  7. width: 1em;
  8. margin-right: .2em;
  9. text-align: center;
  10. /* For safety - reset parent styles, that can break glyph codes*/
  11. font-variant: normal;
  12. text-transform: none;
  13. /* fix buttons height, for twitter bootstrap */
  14. line-height: 1em;
  15. /* Animation center compensation - margins should be symmetric */
  16. /* remove if not needed */
  17. margin-left: .2em;
  18. /* Font smoothing. That was taken from TWBS */
  19. -webkit-font-smoothing: antialiased;
  20. -moz-osx-font-smoothing: grayscale;
  21. }
  22. .msp-icon-expand-layout:before {
  23. content: "\e84a";
  24. }
  25. .msp-icon-plus:before {
  26. content: "\e816";
  27. }
  28. .msp-icon-minus:before {
  29. content: "\e819";
  30. }
  31. .msp-icon-reset-scene:before {
  32. content: "\e891";
  33. }
  34. .msp-icon-ok:before {
  35. content: "\e812";
  36. }
  37. .msp-icon-back:before {
  38. content: "\e820";
  39. }
  40. .msp-icon-cross:before {
  41. content: "\e868";
  42. }
  43. .msp-icon-off:before {
  44. content: "\e813";
  45. }
  46. .msp-icon-expand:before {
  47. content: "\e885";
  48. }
  49. .msp-icon-collapse:before {
  50. content: "\e883";
  51. }
  52. .msp-icon-visual-visibility:before {
  53. content: "\e826";
  54. }
  55. .msp-icon-abort:before {
  56. content: "\e814";
  57. }
  58. .msp-icon-focus-on-visual:before {
  59. content: "\e8a3";
  60. }
  61. .msp-icon-settings:before {
  62. content: "\e855";
  63. }
  64. .msp-icon-tools:before {
  65. content: "\e856";
  66. }
  67. .msp-icon-log:before {
  68. content: "\e8a5";
  69. }
  70. .msp-icon-remove:before {
  71. content: "\e847";
  72. }
  73. .msp-icon-help:before {
  74. content: "\e81c";
  75. }
  76. .msp-icon-help-circle:before {
  77. content: "\e81d";
  78. }
  79. .msp-icon-info:before {
  80. content: "\e81e";
  81. }
  82. .msp-icon-left-open-big:before {
  83. content: "\e87c";
  84. }
  85. .msp-icon-right-open-big:before {
  86. content: "\e87d";
  87. }
  88. .msp-icon-left-open:before {
  89. content: "\e874";
  90. }
  91. .msp-icon-right-open:before {
  92. content: "\e875";
  93. }
  94. .msp-icon-screenshot:before {
  95. content: "\e80f";
  96. }
  97. .msp-icon-model-prev:before {
  98. content: "\e884";
  99. }
  100. .msp-icon-model-next:before {
  101. content: "\e885";
  102. }
  103. .msp-icon-model-first:before {
  104. content: "\e89c";
  105. }
  106. .msp-icon-down-thin:before {
  107. content: "\e88b";
  108. }
  109. .msp-icon-up-thin:before {
  110. content: "\e88e";
  111. }
  112. .msp-icon-left-thin:before {
  113. content: "\e88c";
  114. }
  115. .msp-icon-right-thin:before {
  116. content: "\e88d";
  117. }
  118. .msp-icon-switch:before {
  119. content: "\e896";
  120. }
  121. .msp-icon-play:before {
  122. content: "\e897";
  123. }
  124. .msp-icon-stop:before {
  125. content: "\e898";
  126. }
  127. .msp-icon-pause:before {
  128. content: "\e899";
  129. }
  130. .msp-icon-left-open:before {
  131. content: "\e87c";
  132. }
  133. .msp-icon-right-open:before {
  134. content: "\e87d";
  135. }
  136. .msp-icon-cw:before {
  137. content: "\e890";
  138. }
  139. .msp-icon-database:before {
  140. content: "\e8d3";
  141. }
  142. .msp-icon-upload:before {
  143. content: "\e82e";
  144. }
  145. .msp-icon-record:before {
  146. content: "\e89a";
  147. }
  148. .msp-icon-code:before {
  149. content: "\e834";
  150. }
  151. .msp-icon-floppy:before {
  152. content: "\e8d0";
  153. }
  154. .msp-icon-tape:before {
  155. content: "\e8c8";
  156. }
  157. .msp-icon-help-circle-expand {
  158. width: 2.5em !important;
  159. }
  160. .msp-icon-help-circle-expand:before {
  161. width: 2.5em !important;
  162. content: "\e81d\0020\e885";
  163. }
  164. .msp-icon-help-circle-collapse {
  165. width: 2.5em !important;
  166. }
  167. .msp-icon-help-circle-collapse:before {
  168. width: 2.5em !important;
  169. content: "\e81d\0020\e883";
  170. }
  171. .msp-icon-flow-cascade:before {
  172. content: "\e8d8";
  173. }
  174. .msp-icon-flow-tree:before {
  175. content: "\e8da";
  176. }