@agilekit/ui 0.0.513-alpha.0 → 0.0.514-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/README.md +42 -42
  2. package/lib/index.js +1 -1
  3. package/lib/index.js.LICENSE.txt +2 -0
  4. package/lib/src/components/FileUpload/FileUpload.d.ts +3 -0
  5. package/lib/src/components/Loader/Loader.styles.d.ts +2 -0
  6. package/lib/src/components/Slider/Slider.d.ts +1 -1
  7. package/lib/src/components/Switch/Switch.d.ts +1 -1
  8. package/lib/src/components/TextField/TextField.styles.d.ts +1 -1
  9. package/package.json +162 -162
  10. package/src/assets/fonts/fontello/README.txt +75 -75
  11. package/src/assets/fonts/fontello/config.json +933 -933
  12. package/src/assets/fonts/fontello/css/animation.css +85 -85
  13. package/src/assets/fonts/fontello/css/fontello-codes.css +66 -66
  14. package/src/assets/fonts/fontello/css/fontello-embedded.css +119 -119
  15. package/src/assets/fonts/fontello/css/fontello-ie7-codes.css +66 -66
  16. package/src/assets/fonts/fontello/css/fontello-ie7.css +77 -77
  17. package/src/assets/fonts/fontello/css/fontello.css +122 -122
  18. package/src/assets/fonts/fontello/demo.html +402 -402
  19. package/src/assets/fonts/fontello/font/fontello.eot +0 -0
  20. package/src/assets/fonts/fontello/font/fontello.svg +141 -141
  21. package/src/assets/fonts/fontello/font/fontello.ttf +0 -0
  22. package/src/assets/fonts/fontello/font/fontello.woff +0 -0
  23. package/src/assets/fonts/fontello/font/fontello.woff2 +0 -0
  24. package/src/assets/fonts/svg/Icon/ic-chat.svg +12 -12
  25. package/src/assets/fonts/svg/Icon/ic-dollar.svg +13 -13
  26. package/src/assets/fonts/svg/Icon/ic-invoice.svg +15 -15
  27. package/src/assets/fonts/svg/Icon/ic-menu.svg +8 -8
  28. package/src/assets/fonts/svg/ic-activity.svg +8 -8
  29. package/src/assets/fonts/svg/ic-arrow-long-right.svg +48 -48
  30. package/src/assets/fonts/svg/ic-arrows.svg +9 -9
  31. package/src/assets/fonts/svg/ic-atm-card.svg +9 -9
  32. package/src/assets/fonts/svg/ic-bank-solid.svg +10 -10
  33. package/src/assets/fonts/svg/ic-bell.svg +10 -10
  34. package/src/assets/fonts/svg/ic-briefcase.svg +9 -9
  35. package/src/assets/fonts/svg/ic-calendar-alt.svg +15 -15
  36. package/src/assets/fonts/svg/ic-check-alt.svg +26 -26
  37. package/src/assets/fonts/svg/ic-check.svg +10 -10
  38. package/src/assets/fonts/svg/ic-circle-solid.svg +7 -7
  39. package/src/assets/fonts/svg/ic-circle.svg +7 -7
  40. package/src/assets/fonts/svg/ic-close.svg +9 -9
  41. package/src/assets/fonts/svg/ic-cog-solid.svg +14 -14
  42. package/src/assets/fonts/svg/ic-credit-card-solid.svg +7 -7
  43. package/src/assets/fonts/svg/ic-credit-card.svg +7 -7
  44. package/src/assets/fonts/svg/ic-database.svg +9 -9
  45. package/src/assets/fonts/svg/ic-desktop.svg +9 -9
  46. package/src/assets/fonts/svg/ic-dollar-solid.svg +10 -10
  47. package/src/assets/fonts/svg/ic-exclamation.svg +10 -10
  48. package/src/assets/fonts/svg/ic-globe.svg +9 -9
  49. package/src/assets/fonts/svg/ic-grid-solid.svg +9 -9
  50. package/src/assets/fonts/svg/ic-hash.svg +10 -10
  51. package/src/assets/fonts/svg/ic-help-circle.svg +11 -11
  52. package/src/assets/fonts/svg/ic-info.svg +10 -10
  53. package/src/assets/fonts/svg/ic-keyhole-square.svg +9 -9
  54. package/src/assets/fonts/svg/ic-lock.svg +8 -8
  55. package/src/assets/fonts/svg/ic-log-in.svg +9 -9
  56. package/src/assets/fonts/svg/ic-log-out.svg +9 -9
  57. package/src/assets/fonts/svg/ic-mail.svg +8 -8
  58. package/src/assets/fonts/svg/ic-map-pin.svg +8 -8
  59. package/src/assets/fonts/svg/ic-menu.svg +8 -8
  60. package/src/assets/fonts/svg/ic-minus.svg +6 -6
  61. package/src/assets/fonts/svg/ic-mobile-android.svg +9 -9
  62. package/src/assets/fonts/svg/ic-more.svg +27 -27
  63. package/src/assets/fonts/svg/ic-pen.svg +9 -9
  64. package/src/assets/fonts/svg/ic-phone.svg +13 -13
  65. package/src/assets/fonts/svg/ic-plus.svg +10 -10
  66. package/src/assets/fonts/svg/ic-question.svg +8 -8
  67. package/src/assets/fonts/svg/ic-search.svg +8 -8
  68. package/src/assets/fonts/svg/ic-settings.svg +27 -27
  69. package/src/assets/fonts/svg/ic-shield.svg +8 -8
  70. package/src/assets/fonts/svg/ic-shopping-cart.svg +9 -9
  71. package/src/assets/fonts/svg/ic-slash-solid.svg +7 -7
  72. package/src/assets/fonts/svg/ic-slash.svg +9 -9
  73. package/src/assets/fonts/svg/ic-sliders.svg +12 -12
  74. package/src/assets/fonts/svg/ic-store.svg +11 -11
  75. package/src/assets/fonts/svg/ic-tablet.svg +10 -10
  76. package/src/assets/fonts/svg/ic-user-circle.svg +10 -10
  77. package/src/assets/fonts/svg/ic-users.svg +21 -21
  78. package/src/assets/fonts/svg/ic-x-alt.svg +8 -8
  79. package/src/assets/styles/global/bootstrap/_alert.scss +51 -51
  80. package/src/assets/styles/global/bootstrap/_badge.scss +53 -53
  81. package/src/assets/styles/global/bootstrap/_breadcrumb.scss +41 -41
  82. package/src/assets/styles/global/bootstrap/_button-group.scss +163 -163
  83. package/src/assets/styles/global/bootstrap/_buttons.scss +140 -140
  84. package/src/assets/styles/global/bootstrap/_card.scss +311 -311
  85. package/src/assets/styles/global/bootstrap/_carousel.scss +199 -199
  86. package/src/assets/styles/global/bootstrap/_close.scss +44 -44
  87. package/src/assets/styles/global/bootstrap/_code.scss +48 -48
  88. package/src/assets/styles/global/bootstrap/_custom-forms.scss +508 -508
  89. package/src/assets/styles/global/bootstrap/_dropdown.scss +191 -191
  90. package/src/assets/styles/global/bootstrap/_forms.scss +335 -335
  91. package/src/assets/styles/global/bootstrap/_functions.scss +87 -87
  92. package/src/assets/styles/global/bootstrap/_grid.scss +52 -52
  93. package/src/assets/styles/global/bootstrap/_images.scss +42 -42
  94. package/src/assets/styles/global/bootstrap/_input-group.scss +193 -193
  95. package/src/assets/styles/global/bootstrap/_jumbotron.scss +18 -18
  96. package/src/assets/styles/global/bootstrap/_list-group.scss +121 -121
  97. package/src/assets/styles/global/bootstrap/_media.scss +8 -8
  98. package/src/assets/styles/global/bootstrap/_mixins.scss +41 -41
  99. package/src/assets/styles/global/bootstrap/_modal.scss +186 -186
  100. package/src/assets/styles/global/bootstrap/_nav.scss +120 -120
  101. package/src/assets/styles/global/bootstrap/_navbar.scss +299 -299
  102. package/src/assets/styles/global/bootstrap/_pagination.scss +78 -78
  103. package/src/assets/styles/global/bootstrap/_popover.scss +185 -185
  104. package/src/assets/styles/global/bootstrap/_print.scss +141 -141
  105. package/src/assets/styles/global/bootstrap/_progress.scss +34 -34
  106. package/src/assets/styles/global/bootstrap/_reboot.scss +462 -462
  107. package/src/assets/styles/global/bootstrap/_root.scss +19 -19
  108. package/src/assets/styles/global/bootstrap/_spinners.scss +53 -53
  109. package/src/assets/styles/global/bootstrap/_tables.scss +187 -187
  110. package/src/assets/styles/global/bootstrap/_toasts.scss +43 -43
  111. package/src/assets/styles/global/bootstrap/_tooltip.scss +117 -117
  112. package/src/assets/styles/global/bootstrap/_transitions.scss +22 -22
  113. package/src/assets/styles/global/bootstrap/_type.scss +125 -125
  114. package/src/assets/styles/global/bootstrap/_utilities.scss +16 -16
  115. package/src/assets/styles/global/bootstrap/_variables.scss +1088 -1088
  116. package/src/assets/styles/global/bootstrap/bootstrap-grid.scss +29 -29
  117. package/src/assets/styles/global/bootstrap/bootstrap-reboot.scss +12 -12
  118. package/src/assets/styles/global/bootstrap/bootstrap.scss +44 -44
  119. package/src/assets/styles/global/bootstrap/mixins/_alert.scss +13 -13
  120. package/src/assets/styles/global/bootstrap/mixins/_background-variant.scss +21 -21
  121. package/src/assets/styles/global/bootstrap/mixins/_badge.scss +11 -11
  122. package/src/assets/styles/global/bootstrap/mixins/_border-radius.scss +35 -35
  123. package/src/assets/styles/global/bootstrap/mixins/_box-shadow.scss +5 -5
  124. package/src/assets/styles/global/bootstrap/mixins/_breakpoints.scss +123 -123
  125. package/src/assets/styles/global/bootstrap/mixins/_buttons.scss +111 -111
  126. package/src/assets/styles/global/bootstrap/mixins/_caret.scss +62 -62
  127. package/src/assets/styles/global/bootstrap/mixins/_clearfix.scss +7 -7
  128. package/src/assets/styles/global/bootstrap/mixins/_float.scss +11 -11
  129. package/src/assets/styles/global/bootstrap/mixins/_forms.scss +198 -198
  130. package/src/assets/styles/global/bootstrap/mixins/_gradients.scss +45 -45
  131. package/src/assets/styles/global/bootstrap/mixins/_grid-framework.scss +66 -66
  132. package/src/assets/styles/global/bootstrap/mixins/_grid.scss +51 -51
  133. package/src/assets/styles/global/bootstrap/mixins/_hover.scss +37 -37
  134. package/src/assets/styles/global/bootstrap/mixins/_image.scss +36 -36
  135. package/src/assets/styles/global/bootstrap/mixins/_list-group.scss +21 -21
  136. package/src/assets/styles/global/bootstrap/mixins/_lists.scss +7 -7
  137. package/src/assets/styles/global/bootstrap/mixins/_nav-divider.scss +10 -10
  138. package/src/assets/styles/global/bootstrap/mixins/_pagination.scss +22 -22
  139. package/src/assets/styles/global/bootstrap/mixins/_reset-text.scss +17 -17
  140. package/src/assets/styles/global/bootstrap/mixins/_resize.scss +6 -6
  141. package/src/assets/styles/global/bootstrap/mixins/_screen-reader.scss +33 -33
  142. package/src/assets/styles/global/bootstrap/mixins/_size.scss +6 -6
  143. package/src/assets/styles/global/bootstrap/mixins/_table-row.scss +39 -39
  144. package/src/assets/styles/global/bootstrap/mixins/_text-emphasis.scss +14 -14
  145. package/src/assets/styles/global/bootstrap/mixins/_text-hide.scss +13 -13
  146. package/src/assets/styles/global/bootstrap/mixins/_text-truncate.scss +8 -8
  147. package/src/assets/styles/global/bootstrap/mixins/_transition.scss +16 -16
  148. package/src/assets/styles/global/bootstrap/mixins/_visibility.scss +7 -7
  149. package/src/assets/styles/global/bootstrap/utilities/_align.scss +8 -8
  150. package/src/assets/styles/global/bootstrap/utilities/_background.scss +19 -19
  151. package/src/assets/styles/global/bootstrap/utilities/_borders.scss +63 -63
  152. package/src/assets/styles/global/bootstrap/utilities/_clearfix.scss +3 -3
  153. package/src/assets/styles/global/bootstrap/utilities/_display.scss +38 -38
  154. package/src/assets/styles/global/bootstrap/utilities/_embed.scss +40 -40
  155. package/src/assets/styles/global/bootstrap/utilities/_flex.scss +51 -51
  156. package/src/assets/styles/global/bootstrap/utilities/_float.scss +9 -9
  157. package/src/assets/styles/global/bootstrap/utilities/_overflow.scss +5 -5
  158. package/src/assets/styles/global/bootstrap/utilities/_position.scss +32 -32
  159. package/src/assets/styles/global/bootstrap/utilities/_screenreaders.scss +11 -11
  160. package/src/assets/styles/global/bootstrap/utilities/_shadows.scss +6 -6
  161. package/src/assets/styles/global/bootstrap/utilities/_sizing.scss +20 -20
  162. package/src/assets/styles/global/bootstrap/utilities/_spacing.scss +73 -73
  163. package/src/assets/styles/global/bootstrap/utilities/_text.scss +67 -67
  164. package/src/assets/styles/global/bootstrap/utilities/_visibility.scss +11 -11
  165. package/src/assets/styles/global/core/card.scss +6 -6
  166. package/src/assets/styles/global/core/color.scss +76 -76
  167. package/src/assets/styles/global/core/status.scss +17 -17
  168. package/src/assets/styles/global/styles.scss +24 -24
  169. package/src/assets/styles/global/vendors/ant-design-grid.scss +5046 -5046
  170. package/src/assets/styles/shared/elements/scrollbar.scss +30 -30
  171. package/src/assets/styles/shared/settings/breakpoints.scss +10 -10
  172. package/src/assets/styles/shared/settings/colors.scss +110 -110
  173. package/src/assets/styles/shared/settings/depth.scss +14 -14
  174. package/src/assets/styles/shared/settings/layout.scss +10 -10
  175. package/src/assets/styles/shared/settings/typography.scss +9 -9
  176. package/src/assets/styles/shared/shared.scss +8 -8
  177. package/src/assets/styles/shared/tools/respond-to.scss +32 -32
  178. package/src/components/utils/breakpoints.ts +14 -14
  179. package/src/components/utils/browser.ts +10 -10
  180. package/src/components/utils/findParentBySelector.ts +17 -17
  181. package/src/components/utils/idGenerator.ts +4 -4
  182. package/src/components/utils/index.ts +4 -4
  183. package/src/components/utils/setNativeValue.ts +13 -13
  184. package/lib/src/components/Loader/tests/Loader.test.d.ts +0 -0
@@ -1,67 +1,67 @@
1
-
2
- .icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
3
- .icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
4
- .icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
5
- .icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
6
- .icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
7
- .icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
8
- .icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
9
- .icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
10
- .icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
11
- .icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
12
- .icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
13
- .icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14
- .icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15
- .icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16
- .icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
17
- .icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18
- .icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19
- .icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
20
- .icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
21
- .icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
22
- .icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
23
- .icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
24
- .icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
25
- .icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
26
- .icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
27
- .icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
28
- .icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
29
- .icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
30
- .icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
31
- .icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
32
- .icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
33
- .icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34
- .icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
35
- .icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
36
- .icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
37
- .icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
38
- .icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
39
- .icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
40
- .icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
41
- .icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
42
- .icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
43
- .icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
44
- .icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
45
- .icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
46
- .icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
47
- .icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
48
- .icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
49
- .icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
50
- .icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
51
- .icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
52
- .icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
53
- .icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
54
- .icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
55
- .icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
56
- .icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
57
- .icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
58
- .icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
59
- .icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
60
- .icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
61
- .icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
62
- .icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
63
- .icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
64
- .icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
65
- .icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
66
- .icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
1
+
2
+ .icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
3
+ .icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
4
+ .icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
5
+ .icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
6
+ .icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
7
+ .icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
8
+ .icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
9
+ .icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
10
+ .icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
11
+ .icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
12
+ .icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
13
+ .icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14
+ .icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15
+ .icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16
+ .icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
17
+ .icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18
+ .icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19
+ .icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
20
+ .icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
21
+ .icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
22
+ .icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
23
+ .icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
24
+ .icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
25
+ .icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
26
+ .icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
27
+ .icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
28
+ .icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
29
+ .icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
30
+ .icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
31
+ .icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
32
+ .icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
33
+ .icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34
+ .icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
35
+ .icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
36
+ .icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
37
+ .icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
38
+ .icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
39
+ .icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
40
+ .icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
41
+ .icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
42
+ .icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
43
+ .icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
44
+ .icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
45
+ .icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
46
+ .icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
47
+ .icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
48
+ .icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
49
+ .icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
50
+ .icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
51
+ .icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
52
+ .icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
53
+ .icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
54
+ .icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
55
+ .icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
56
+ .icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
57
+ .icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
58
+ .icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
59
+ .icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
60
+ .icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
61
+ .icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
62
+ .icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
63
+ .icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
64
+ .icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
65
+ .icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
66
+ .icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
67
67
  .icon-ic-chevron-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
@@ -1,78 +1,78 @@
1
- [class^="icon-"], [class*=" icon-"] {
2
- font-family: 'fontello';
3
- font-style: normal;
4
- font-weight: normal;
5
-
6
- /* fix buttons height */
7
- line-height: 1em;
8
-
9
- /* you can be more comfortable with increased icons size */
10
- /* font-size: 120%; */
11
- }
12
-
13
- .icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14
- .icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15
- .icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16
- .icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
17
- .icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18
- .icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19
- .icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
20
- .icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
21
- .icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
22
- .icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
23
- .icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
24
- .icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
25
- .icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
26
- .icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
27
- .icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
28
- .icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
29
- .icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
30
- .icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
31
- .icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
32
- .icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
33
- .icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34
- .icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
35
- .icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
36
- .icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
37
- .icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
38
- .icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
39
- .icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
40
- .icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
41
- .icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
42
- .icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
43
- .icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
44
- .icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
45
- .icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
46
- .icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
47
- .icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
48
- .icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
49
- .icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
50
- .icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
51
- .icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
52
- .icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
53
- .icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
54
- .icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
55
- .icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
56
- .icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
57
- .icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
58
- .icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
59
- .icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
60
- .icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
61
- .icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
62
- .icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
63
- .icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
64
- .icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
65
- .icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
66
- .icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
67
- .icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
68
- .icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
69
- .icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
70
- .icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
71
- .icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
72
- .icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
73
- .icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
74
- .icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
75
- .icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
76
- .icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
77
- .icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
1
+ [class^="icon-"], [class*=" icon-"] {
2
+ font-family: 'fontello';
3
+ font-style: normal;
4
+ font-weight: normal;
5
+
6
+ /* fix buttons height */
7
+ line-height: 1em;
8
+
9
+ /* you can be more comfortable with increased icons size */
10
+ /* font-size: 120%; */
11
+ }
12
+
13
+ .icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
14
+ .icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
15
+ .icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
16
+ .icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
17
+ .icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
18
+ .icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
19
+ .icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
20
+ .icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
21
+ .icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
22
+ .icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
23
+ .icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
24
+ .icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
25
+ .icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
26
+ .icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
27
+ .icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
28
+ .icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
29
+ .icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
30
+ .icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
31
+ .icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
32
+ .icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
33
+ .icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
34
+ .icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
35
+ .icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
36
+ .icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
37
+ .icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
38
+ .icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
39
+ .icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
40
+ .icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
41
+ .icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
42
+ .icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
43
+ .icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
44
+ .icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
45
+ .icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
46
+ .icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
47
+ .icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
48
+ .icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
49
+ .icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
50
+ .icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
51
+ .icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
52
+ .icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
53
+ .icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
54
+ .icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
55
+ .icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
56
+ .icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
57
+ .icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
58
+ .icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
59
+ .icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
60
+ .icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
61
+ .icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
62
+ .icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
63
+ .icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
64
+ .icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
65
+ .icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
66
+ .icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
67
+ .icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
68
+ .icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
69
+ .icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
70
+ .icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
71
+ .icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
72
+ .icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
73
+ .icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
74
+ .icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
75
+ .icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
76
+ .icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
77
+ .icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
78
78
  .icon-ic-chevron-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
@@ -1,123 +1,123 @@
1
- @font-face {
2
- font-family: 'fontello';
3
- src: url('../font/fontello.eot?47629514');
4
- src: url('../font/fontello.eot?47629514#iefix') format('embedded-opentype'),
5
- url('../font/fontello.woff2?47629514') format('woff2'),
6
- url('../font/fontello.woff?47629514') format('woff'),
7
- url('../font/fontello.ttf?47629514') format('truetype'),
8
- url('../font/fontello.svg?47629514#fontello') format('svg');
9
- font-weight: normal;
10
- font-style: normal;
11
- }
12
- /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13
- /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14
- /*
15
- @media screen and (-webkit-min-device-pixel-ratio:0) {
16
- @font-face {
17
- font-family: 'fontello';
18
- src: url('../font/fontello.svg?47629514#fontello') format('svg');
19
- }
20
- }
21
- */
22
-
23
- [class^="icon-"]:before, [class*=" icon-"]:before {
24
- font-family: "fontello";
25
- font-style: normal;
26
- font-weight: normal;
27
- speak: none;
28
-
29
- display: inline-block;
30
- text-decoration: inherit;
31
- width: 1em;
32
- margin-right: .2em;
33
- text-align: center;
34
- /* opacity: .8; */
35
-
36
- /* For safety - reset parent styles, that can break glyph codes*/
37
- font-variant: normal;
38
- text-transform: none;
39
-
40
- /* fix buttons height, for twitter bootstrap */
41
- line-height: 1em;
42
-
43
- /* Animation center compensation - margins should be symmetric */
44
- /* remove if not needed */
45
- margin-left: .2em;
46
-
47
- /* you can be more comfortable with increased icons size */
48
- /* font-size: 120%; */
49
-
50
- /* Font smoothing. That was taken from TWBS */
51
- -webkit-font-smoothing: antialiased;
52
- -moz-osx-font-smoothing: grayscale;
53
-
54
- /* Uncomment for 3D effect */
55
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
56
- }
57
-
58
- .icon-ic-trending-up:before { content: '\e800'; } /* '' */
59
- .icon-ic-chevron-down:before { content: '\e801'; } /* '' */
60
- .icon-ic-dollar:before { content: '\e802'; } /* '' */
61
- .icon-ic-minus:before { content: '\e803'; } /* '' */
62
- .icon-ic-grid:before { content: '\e804'; } /* '' */
63
- .icon-ic-plus:before { content: '\e805'; } /* '' */
64
- .icon-ic-package:before { content: '\e806'; } /* '' */
65
- .icon-ic-refresh-cw:before { content: '\e807'; } /* '' */
66
- .icon-ic-star:before { content: '\e808'; } /* '' */
67
- .icon-ic-activity:before { content: '\e809'; } /* '' */
68
- .icon-ic-calendar:before { content: '\e80a'; } /* '' */
69
- .icon-ic-arrow-long-right:before { content: '\e80b'; } /* '' */
70
- .icon-ic-arrows:before { content: '\e80c'; } /* '' */
71
- .icon-ic-briefcase:before { content: '\e80d'; } /* '' */
72
- .icon-ic-check-alt:before { content: '\e80e'; } /* '' */
73
- .icon-ic-dollar-1:before { content: '\e80f'; } /* '' */
74
- .icon-ic-credit-card:before { content: '\e810'; } /* '' */
75
- .icon-ic-exclamation:before { content: '\e811'; } /* '' */
76
- .icon-ic-more:before { content: '\e812'; } /* '' */
77
- .icon-ic-settings:before { content: '\e813'; } /* '' */
78
- .icon-ic-search:before { content: '\e814'; } /* '' */
79
- .icon-ic-slash:before { content: '\e815'; } /* '' */
80
- .icon-ic-users:before { content: '\e816'; } /* '' */
81
- .icon-ic-x-alt:before { content: '\e817'; } /* '' */
82
- .icon-ic-chat:before { content: '\e818'; } /* '' */
83
- .icon-ic-pen:before { content: '\e819'; } /* '' */
84
- .icon-ic-mobile-android:before { content: '\e81a'; } /* '' */
85
- .icon-ic-info:before { content: '\e81b'; } /* '' */
86
- .icon-ic-help-circle:before { content: '\e81c'; } /* '' */
87
- .icon-ic-hash:before { content: '\e81d'; } /* '' */
88
- .icon-ic-grid-solid:before { content: '\e81e'; } /* '' */
89
- .icon-ic-desktop:before { content: '\e81f'; } /* '' */
90
- .icon-ic-circle:before { content: '\e820'; } /* '' */
91
- .icon-ic-circle-solid:before { content: '\e821'; } /* '' */
92
- .icon-ic-bell:before { content: '\e822'; } /* '' */
93
- .icon-ic-calendar-alt:before { content: '\e823'; } /* '' */
94
- .icon-ic-plus-1:before { content: '\e824'; } /* '' */
95
- .icon-ic-atm-card:before { content: '\e825'; } /* '' */
96
- .icon-ic-globe:before { content: '\e826'; } /* '' */
97
- .icon-ic-keyhole-square:before { content: '\e827'; } /* '' */
98
- .icon-ic-database:before { content: '\e828'; } /* '' */
99
- .icon-ic-cog-solid:before { content: '\e829'; } /* '' */
100
- .icon-ic-dollar-solid:before { content: '\e82a'; } /* '' */
101
- .icon-ic-slash-solid:before { content: '\e82b'; } /* '' */
102
- .icon-ic-credit-card-solid:before { content: '\e82c'; } /* '' */
103
- .icon-ic-minus-1:before { content: '\e82d'; } /* '' */
104
- .icon-ic-menu:before { content: '\e82e'; } /* '' */
105
- .icon-ic-invoice:before { content: '\e82f'; } /* '' */
106
- .icon-ic-user-circle:before { content: '\e830'; } /* '' */
107
- .icon-ic-tablet:before { content: '\e831'; } /* '' */
108
- .icon-ic-store:before { content: '\e832'; } /* '' */
109
- .icon-ic-sliders:before { content: '\e833'; } /* '' */
110
- .icon-ic-shopping-cart:before { content: '\e834'; } /* '' */
111
- .icon-ic-shield:before { content: '\e835'; } /* '' */
112
- .icon-ic-phone:before { content: '\e836'; } /* '' */
113
- .icon-ic-map-pin:before { content: '\e837'; } /* '' */
114
- .icon-ic-mail:before { content: '\e838'; } /* '' */
115
- .icon-ic-log-out:before { content: '\e839'; } /* '' */
116
- .icon-ic-log-in:before { content: '\e83a'; } /* '' */
117
- .icon-ic-lock:before { content: '\e83b'; } /* '' */
118
- .icon-ic-question:before { content: '\e83c'; } /* '' */
119
- .icon-ic-file-landscape-alt:before { content: '\e83d'; } /* '' */
120
- .icon-ic-bank-solid:before { content: '\e83e'; } /* '' */
121
- .icon-ic-check:before { content: '\e83f'; } /* '' */
122
- .icon-ic-close:before { content: '\e840'; } /* '' */
1
+ @font-face {
2
+ font-family: 'fontello';
3
+ src: url('../font/fontello.eot?47629514');
4
+ src: url('../font/fontello.eot?47629514#iefix') format('embedded-opentype'),
5
+ url('../font/fontello.woff2?47629514') format('woff2'),
6
+ url('../font/fontello.woff?47629514') format('woff'),
7
+ url('../font/fontello.ttf?47629514') format('truetype'),
8
+ url('../font/fontello.svg?47629514#fontello') format('svg');
9
+ font-weight: normal;
10
+ font-style: normal;
11
+ }
12
+ /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13
+ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14
+ /*
15
+ @media screen and (-webkit-min-device-pixel-ratio:0) {
16
+ @font-face {
17
+ font-family: 'fontello';
18
+ src: url('../font/fontello.svg?47629514#fontello') format('svg');
19
+ }
20
+ }
21
+ */
22
+
23
+ [class^="icon-"]:before, [class*=" icon-"]:before {
24
+ font-family: "fontello";
25
+ font-style: normal;
26
+ font-weight: normal;
27
+ speak: none;
28
+
29
+ display: inline-block;
30
+ text-decoration: inherit;
31
+ width: 1em;
32
+ margin-right: .2em;
33
+ text-align: center;
34
+ /* opacity: .8; */
35
+
36
+ /* For safety - reset parent styles, that can break glyph codes*/
37
+ font-variant: normal;
38
+ text-transform: none;
39
+
40
+ /* fix buttons height, for twitter bootstrap */
41
+ line-height: 1em;
42
+
43
+ /* Animation center compensation - margins should be symmetric */
44
+ /* remove if not needed */
45
+ margin-left: .2em;
46
+
47
+ /* you can be more comfortable with increased icons size */
48
+ /* font-size: 120%; */
49
+
50
+ /* Font smoothing. That was taken from TWBS */
51
+ -webkit-font-smoothing: antialiased;
52
+ -moz-osx-font-smoothing: grayscale;
53
+
54
+ /* Uncomment for 3D effect */
55
+ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
56
+ }
57
+
58
+ .icon-ic-trending-up:before { content: '\e800'; } /* '' */
59
+ .icon-ic-chevron-down:before { content: '\e801'; } /* '' */
60
+ .icon-ic-dollar:before { content: '\e802'; } /* '' */
61
+ .icon-ic-minus:before { content: '\e803'; } /* '' */
62
+ .icon-ic-grid:before { content: '\e804'; } /* '' */
63
+ .icon-ic-plus:before { content: '\e805'; } /* '' */
64
+ .icon-ic-package:before { content: '\e806'; } /* '' */
65
+ .icon-ic-refresh-cw:before { content: '\e807'; } /* '' */
66
+ .icon-ic-star:before { content: '\e808'; } /* '' */
67
+ .icon-ic-activity:before { content: '\e809'; } /* '' */
68
+ .icon-ic-calendar:before { content: '\e80a'; } /* '' */
69
+ .icon-ic-arrow-long-right:before { content: '\e80b'; } /* '' */
70
+ .icon-ic-arrows:before { content: '\e80c'; } /* '' */
71
+ .icon-ic-briefcase:before { content: '\e80d'; } /* '' */
72
+ .icon-ic-check-alt:before { content: '\e80e'; } /* '' */
73
+ .icon-ic-dollar-1:before { content: '\e80f'; } /* '' */
74
+ .icon-ic-credit-card:before { content: '\e810'; } /* '' */
75
+ .icon-ic-exclamation:before { content: '\e811'; } /* '' */
76
+ .icon-ic-more:before { content: '\e812'; } /* '' */
77
+ .icon-ic-settings:before { content: '\e813'; } /* '' */
78
+ .icon-ic-search:before { content: '\e814'; } /* '' */
79
+ .icon-ic-slash:before { content: '\e815'; } /* '' */
80
+ .icon-ic-users:before { content: '\e816'; } /* '' */
81
+ .icon-ic-x-alt:before { content: '\e817'; } /* '' */
82
+ .icon-ic-chat:before { content: '\e818'; } /* '' */
83
+ .icon-ic-pen:before { content: '\e819'; } /* '' */
84
+ .icon-ic-mobile-android:before { content: '\e81a'; } /* '' */
85
+ .icon-ic-info:before { content: '\e81b'; } /* '' */
86
+ .icon-ic-help-circle:before { content: '\e81c'; } /* '' */
87
+ .icon-ic-hash:before { content: '\e81d'; } /* '' */
88
+ .icon-ic-grid-solid:before { content: '\e81e'; } /* '' */
89
+ .icon-ic-desktop:before { content: '\e81f'; } /* '' */
90
+ .icon-ic-circle:before { content: '\e820'; } /* '' */
91
+ .icon-ic-circle-solid:before { content: '\e821'; } /* '' */
92
+ .icon-ic-bell:before { content: '\e822'; } /* '' */
93
+ .icon-ic-calendar-alt:before { content: '\e823'; } /* '' */
94
+ .icon-ic-plus-1:before { content: '\e824'; } /* '' */
95
+ .icon-ic-atm-card:before { content: '\e825'; } /* '' */
96
+ .icon-ic-globe:before { content: '\e826'; } /* '' */
97
+ .icon-ic-keyhole-square:before { content: '\e827'; } /* '' */
98
+ .icon-ic-database:before { content: '\e828'; } /* '' */
99
+ .icon-ic-cog-solid:before { content: '\e829'; } /* '' */
100
+ .icon-ic-dollar-solid:before { content: '\e82a'; } /* '' */
101
+ .icon-ic-slash-solid:before { content: '\e82b'; } /* '' */
102
+ .icon-ic-credit-card-solid:before { content: '\e82c'; } /* '' */
103
+ .icon-ic-minus-1:before { content: '\e82d'; } /* '' */
104
+ .icon-ic-menu:before { content: '\e82e'; } /* '' */
105
+ .icon-ic-invoice:before { content: '\e82f'; } /* '' */
106
+ .icon-ic-user-circle:before { content: '\e830'; } /* '' */
107
+ .icon-ic-tablet:before { content: '\e831'; } /* '' */
108
+ .icon-ic-store:before { content: '\e832'; } /* '' */
109
+ .icon-ic-sliders:before { content: '\e833'; } /* '' */
110
+ .icon-ic-shopping-cart:before { content: '\e834'; } /* '' */
111
+ .icon-ic-shield:before { content: '\e835'; } /* '' */
112
+ .icon-ic-phone:before { content: '\e836'; } /* '' */
113
+ .icon-ic-map-pin:before { content: '\e837'; } /* '' */
114
+ .icon-ic-mail:before { content: '\e838'; } /* '' */
115
+ .icon-ic-log-out:before { content: '\e839'; } /* '' */
116
+ .icon-ic-log-in:before { content: '\e83a'; } /* '' */
117
+ .icon-ic-lock:before { content: '\e83b'; } /* '' */
118
+ .icon-ic-question:before { content: '\e83c'; } /* '' */
119
+ .icon-ic-file-landscape-alt:before { content: '\e83d'; } /* '' */
120
+ .icon-ic-bank-solid:before { content: '\e83e'; } /* '' */
121
+ .icon-ic-check:before { content: '\e83f'; } /* '' */
122
+ .icon-ic-close:before { content: '\e840'; } /* '' */
123
123
  .icon-ic-chevron-up:before { content: '\e841'; } /* '' */