Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

icons.scss 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. @font-face {
  2. font-family: 'icomoon';
  3. src: url('assets/fonts/icomoon.eot?6rmrq3');
  4. src: url('assets/fonts/icomoon.eot?6rmrq3#iefix') format('embedded-opentype'),
  5. url('assets/fonts/icomoon.ttf?6rmrq3') format('truetype'),
  6. url('assets/fonts/icomoon.woff?6rmrq3') format('woff'),
  7. url('assets/fonts/icomoon.svg?6rmrq3#icomoon') format('svg');
  8. font-weight: normal;
  9. font-style: normal;
  10. font-display: block;
  11. }
  12. [class^="icon-"],
  13. [class*=" icon-"] {
  14. /* use !important to prevent issues with browser extensions that change fonts */
  15. font-family: 'icomoon' !important;
  16. speak: never;
  17. font-style: normal;
  18. font-weight: normal;
  19. font-variant: normal;
  20. text-transform: none;
  21. line-height: 1;
  22. /* Better Font Rendering =========== */
  23. -webkit-font-smoothing: antialiased;
  24. -moz-osx-font-smoothing: grayscale;
  25. &.icon-cross:before {
  26. content: "\e911";
  27. }
  28. &.icon-dots-three-horizontal:before {
  29. content: "\e917";
  30. }
  31. &.icon-dots-three-vertical:before {
  32. content: "\e91a";
  33. }
  34. &.icon-address:before {
  35. content: "\e900";
  36. }
  37. &.icon-area-graph:before {
  38. content: "\e901";
  39. }
  40. &.icon-calendar:before {
  41. content: "\e902";
  42. }
  43. &.icon-certified:before {
  44. content: "\e903";
  45. }
  46. &.icon-chat:before {
  47. content: "\e904";
  48. }
  49. &.icon-checkmark:before {
  50. content: "\e905";
  51. }
  52. &.icon-clock:before {
  53. content: "\e906";
  54. }
  55. &.icon-cog:before {
  56. content: "\e907";
  57. }
  58. &.icon-compass:before {
  59. content: "\e908";
  60. }
  61. &.icon-emoji-happy:before {
  62. content: "\e909";
  63. }
  64. &.icon-envelope:before {
  65. content: "\e90a";
  66. }
  67. &.icon-graduation-cap:before {
  68. content: "\e90b";
  69. }
  70. &.icon-guage:before {
  71. content: "\e90c";
  72. }
  73. &.icon-heart:before {
  74. content: "\e90d";
  75. }
  76. &.icon-home:before {
  77. content: "\e90e";
  78. }
  79. &.icon-location:before {
  80. content: "\e90f";
  81. }
  82. &.icon-lock:before {
  83. content: "\e910";
  84. }
  85. &.icon-paper-plane:before {
  86. content: "\e912";
  87. }
  88. &.icon-people:before {
  89. content: "\e913";
  90. }
  91. &.icon-plus:before {
  92. content: "\e914";
  93. }
  94. &.icon-price-ribbon:before {
  95. content: "\e915";
  96. }
  97. &.icon-star:before {
  98. content: "\e916";
  99. }
  100. &.icon-tools:before {
  101. content: "\e918";
  102. }
  103. &.icon-truck:before {
  104. content: "\e919";
  105. }
  106. &.icon-search:before {
  107. content: "\e986";
  108. }
  109. &.icon-eye:before {
  110. content: "\e9ce";
  111. }
  112. &.icon-eye-blocked:before {
  113. content: "\e9d1";
  114. }
  115. }