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.
 
 
 
 
 

142 lines
5.9 KiB

  1. /**
  2. * This file provides styles for web fonts and icon fonts
  3. * (If you add new icons in the fontello set you have to add the icon class and associated character encoding here)
  4. */
  5. /* icon font */
  6. .setIconFontFace('fontello','fontello');
  7. .icon, [class^="icon-"], [class*=" icon-"]{
  8. .fontello();
  9. }
  10. /* + + + + + fontello codes + + + + + */
  11. .icon-emo-happy { &::before { content: '\e804'; } } /* '' */
  12. .icon-emo-wink { &::before { content: '\e805'; } } /* '' */
  13. .icon-emo-unhappy { &::before { content: '\e806'; } } /* '' */
  14. .icon-emo-sleep { &::before { content: '\e807'; } } /* '' */
  15. .icon-emo-thumbsup { &::before { content: '\e808'; } } /* '' */
  16. .icon-emo-grin { &::before { content: '\e80c'; } } /* '' */
  17. .icon-emo-angry { &::before { content: '\e80d'; } } /* '' */
  18. .icon-emo-cry { &::before { content: '\e80f'; } } /* '' */
  19. .icon-emo-squint { &::before { content: '\e811'; } } /* '' */
  20. .icon-emo-laugh { &::before { content: '\e812'; } } /* '' */
  21. .icon-emo-wink2 { &::before { content: '\e813'; } } /* '' */
  22. .icon-up { &::before { content: '\e853'; } } /* '' */
  23. .icon-up-small { &::before { content: '\e82f'; } } /* '' */
  24. .icon-up-thick { &::before { content: '\e831'; } } /* '' */
  25. .icon-up-open-big { &::before { content: '\e848'; } } /* '' */
  26. .icon-down { &::before { content: '\e859'; } } /* '' */
  27. .icon-down-small { &::before { content: '\e834'; } } /* '' */
  28. .icon-down-thick { &::before { content: '\e835'; } } /* '' */
  29. .icon-down-bold { &::before { content: '\e883'; } } /* '' */
  30. .icon-right-small { &::before { content: '\e82d'; } } /* '' */
  31. .icon-right-thick { &::before { content: '\e82e'; } } /* '' */
  32. .icon-left-small { &::before { content: '\e836'; } } /* '' */
  33. .icon-left-thick { &::before { content: '\e82c'; } } /* '' */
  34. .icon-left-bold { &::before { content: '\e837'; } } /* '' */
  35. .icon-smile { &::before { content: '\e85e'; } } /* '' */
  36. .icon-frown { &::before { content: '\e84b'; } } /* '' */
  37. .icon-meh { &::before { content: '\e85f'; } } /* '' */
  38. .icon-help { &::before { content: '\e83c'; } } /* '' */
  39. .icon-menu { &::before { content: '\e854'; } } /* '' */
  40. .icon-home { &::before { content: '\e842'; } } /* '' */
  41. .icon-search { &::before { content: '\e855'; } } /* '' */
  42. .icon-user { &::before { content: '\e833'; } } /* '' */
  43. .icon-user-circle { &::before { content: '\e86c'; } } /* '' */
  44. .icon-login { &::before { content: '\e845'; } } /* '' */
  45. .icon-logout { &::before { content: '\e847'; } } /* '' */
  46. .icon-dividers { &::before { content: '\e801'; } } /* '' */
  47. .icon-cog { &::before { content: '\e84e'; } } /* '' */
  48. .icon-cog-alt { &::before { content: '\e818'; } } /* '' */
  49. .icon-attachment { &::before { content: '\e832'; } } /* '' */
  50. .icon-revert-replay { &::before { content: '\e839'; } } /* '' */
  51. .icon-bell { &::before { content: '\e83a'; } } /* '' */
  52. .icon-bookmark-empty { &::before { content: '\e83b'; } } /* '' */
  53. .icon-check { &::before { content: '\e841'; } } /* '' */
  54. .icon-checkbox-marked { &::before { content: '\e844'; } } /* '' */
  55. .icon-down-open-big { &::before { content: '\e846'; } } /* '' */
  56. .icon-star { &::before { content: '\e860'; } } /* '' */
  57. .icon-star-outline { &::before { content: '\e84c'; } } /* '' */
  58. .icon-sitemap { &::before { content: '\e84d'; } } /* '' */
  59. .icon-puzzle { &::before { content: '\e84f'; } } /* '' */
  60. .icon-plus { &::before { content: '\e850'; } } /* '' */
  61. .icon-minus { &::before { content: '\e852'; } } /* '' */
  62. .icon-pencil-1 { &::before { content: '\e851'; } } /* '' */
  63. .icon-clipboard { &::before { content: '\e857'; } } /* '' */
  64. .icon-clipboard-empty { &::before { content: '\e856'; } } /* '' */
  65. .icon-clock { &::before { content: '\e858'; } } /* '' */
  66. .icon-cloud { &::before { content: '\e85a'; } } /* '' */
  67. .icon-mail { &::before { content: '\e85d'; } } /* '' */
  68. .icon-folder-image { &::before { content: '\e809'; } } /* '' */
  69. .icon-file-new { &::before { content: '\e83d'; } } /* '' */
  70. .icon-file { &::before { content: '\e83e'; } } /* '' */
  71. .icon-file-export { &::before { content: '\e80a'; } } /* '' */
  72. .icon-files { &::before { content: '\e849'; } } /* '' */
  73. .icon-comment-question { &::before { content: '\e880'; } } /* '' */
  74. .icon-jira { &::before { content: '\e881'; } } /* '' */
  75. /* + + + + + additional "after" for nav-pagetools + + + + + */
  76. .icon-pencil {
  77. &::before,
  78. &::after { content: '\e840'; }
  79. }
  80. .icon-pencil-add {
  81. &::before,
  82. &::after { content: '\e800'; }
  83. }
  84. .icon-revisions-history {
  85. &::before,
  86. &::after { content: '\e803'; }
  87. }
  88. .icon-link {
  89. &::before,
  90. &::after { content: '\e843'; }
  91. }
  92. .icon-file-pdf {
  93. &::before,
  94. &::after { content: '\e838'; }
  95. }
  96. .icon-file-xml {
  97. &::before,
  98. &::after { content: '\e802'; }
  99. }
  100. .icon-up-bold {
  101. &::before,
  102. &::after { content: '\e830'; }
  103. }
  104. .icon-disk {
  105. &::before,
  106. &::after{ content: '\e85c'; }
  107. }
  108. .icon-file-text {
  109. &::before,
  110. &::after{ content: '\e84a'; }
  111. }
  112. .icon-book-open {
  113. &::before,
  114. &::after { content: '\e83f'; }
  115. }
  116. .icon-code-braces {
  117. &::before,
  118. &::after { content: '\e85b'; }
  119. }
  120. .icon-code {
  121. &::before,
  122. &::after { content: '\e861'; }
  123. }
  124. .icon-right-bold {
  125. &::before,
  126. &::after { content: '\e882'; }
  127. }