style.less 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. @font-face {
  2. font-family: 'VC-Icons';
  3. src:
  4. url('@{icomoon-font-path}/VC-Icons.ttf?otu1sf') format('truetype'),
  5. url('@{icomoon-font-path}/VC-Icons.woff?otu1sf') format('woff'),
  6. url('@{icomoon-font-path}/VC-Icons.svg?otu1sf#VC-Icons') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. .vc-composer-icon {
  11. /* use !important to prevent issues with browser extensions that change fonts */
  12. font-family: 'VC-Icons' !important;
  13. speak: none;
  14. font-style: normal;
  15. font-weight: normal;
  16. font-variant: normal;
  17. text-transform: none;
  18. line-height: 1;
  19. /* Better Font Rendering =========== */
  20. -webkit-font-smoothing: antialiased;
  21. -moz-osx-font-smoothing: grayscale;
  22. }
  23. .vc-c-icon-sync {
  24. &:before {
  25. content: @vc-c-icon-sync;
  26. }
  27. }
  28. .vc-c-icon-lock_outline {
  29. &:before {
  30. content: @vc-c-icon-lock_outline;
  31. }
  32. }
  33. .vc-c-icon-layout_portrait-smartphones {
  34. &:before {
  35. content: @vc-c-icon-layout_portrait-smartphones;
  36. }
  37. }
  38. .vc-c-icon-layout_default {
  39. &:before {
  40. content: @vc-c-icon-layout_default;
  41. }
  42. }
  43. .vc-c-icon-fullscreen_exit {
  44. &:before {
  45. content: @vc-c-icon-fullscreen_exit;
  46. }
  47. }
  48. .vc-c-icon-fullscreen {
  49. &:before {
  50. content: @vc-c-icon-fullscreen;
  51. }
  52. }
  53. .vc-c-icon-home {
  54. &:before {
  55. content: @vc-c-icon-home;
  56. }
  57. }
  58. .vc-c-icon-content_copy {
  59. &:before {
  60. content: @vc-c-icon-content_copy;
  61. }
  62. }
  63. .vc-c-icon-mode_edit {
  64. &:before {
  65. content: @vc-c-icon-mode_edit;
  66. }
  67. }
  68. .vc-c-icon-add {
  69. &:before {
  70. content: @vc-c-icon-add;
  71. }
  72. }
  73. .vc-c-icon-cog {
  74. &:before {
  75. content: @vc-c-icon-cog;
  76. }
  77. }
  78. .vc-c-icon-arrow_back {
  79. &:before {
  80. content: @vc-c-icon-arrow_back;
  81. }
  82. }
  83. .vc-c-icon-arrow_downward {
  84. &:before {
  85. content: @vc-c-icon-arrow_downward;
  86. }
  87. }
  88. .vc-c-icon-arrow_drop_down {
  89. &:before {
  90. content: @vc-c-icon-arrow_drop_down;
  91. }
  92. }
  93. .vc-c-icon-arrow_drop_up {
  94. &:before {
  95. content: @vc-c-icon-arrow_drop_up;
  96. }
  97. }
  98. .vc-c-icon-arrow_forward {
  99. &:before {
  100. content: @vc-c-icon-arrow_forward;
  101. }
  102. }
  103. .vc-c-icon-arrow_upward {
  104. &:before {
  105. content: @vc-c-icon-arrow_upward;
  106. }
  107. }
  108. .vc-c-icon-check {
  109. &:before {
  110. content: @vc-c-icon-check;
  111. }
  112. }
  113. .vc-c-icon-close {
  114. &:before {
  115. content: @vc-c-icon-close;
  116. }
  117. }
  118. .vc-c-icon-search {
  119. &:before {
  120. content: @vc-c-icon-search;
  121. }
  122. }
  123. .vc-c-icon-add_template {
  124. &:before {
  125. content: @vc-c-icon-add_template;
  126. }
  127. }
  128. .vc-c-icon-add_element {
  129. &:before {
  130. content: @vc-c-icon-add_element;
  131. }
  132. }
  133. .vc-c-icon-dragndrop {
  134. &:before {
  135. content: @vc-c-icon-dragndrop;
  136. }
  137. }
  138. .vc-c-icon-minimize_up {
  139. &:before {
  140. content: @vc-c-icon-minimize_up;
  141. }
  142. }
  143. .vc-c-icon-minimize {
  144. &:before {
  145. content: @vc-c-icon-minimize;
  146. }
  147. }
  148. .vc-c-icon-layout_landscape-smartphones {
  149. &:before {
  150. content: @vc-c-icon-layout_landscape-smartphones;
  151. }
  152. }
  153. .vc-c-icon-layout_landscape-tablets {
  154. &:before {
  155. content: @vc-c-icon-layout_landscape-tablets;
  156. }
  157. }
  158. .vc-c-icon-row_default_fe {
  159. &:before {
  160. content: @vc-c-icon-row_default_fe;
  161. }
  162. }
  163. .vc-c-icon-arrow_drop_right {
  164. &:before {
  165. content: @vc-c-icon-arrow_drop_right;
  166. }
  167. }
  168. .vc-c-icon-1-4_3-4 {
  169. &:before {
  170. content: @vc-c-icon-1-4_3-4;
  171. }
  172. }
  173. .vc-c-icon-1-1 {
  174. &:before {
  175. content: @vc-c-icon-1-1;
  176. }
  177. }
  178. .vc-c-icon-1-2_1-2 {
  179. &:before {
  180. content: @vc-c-icon-1-2_1-2;
  181. }
  182. }
  183. .vc-c-icon-1-3_1-3_1-3 {
  184. &:before {
  185. content: @vc-c-icon-1-3_1-3_1-3;
  186. }
  187. }
  188. .vc-c-icon-1-4_1-2_1-4 {
  189. &:before {
  190. content: @vc-c-icon-1-4_1-2_1-4;
  191. }
  192. }
  193. .vc-c-icon-1-4_1-4_1-4_1-4 {
  194. &:before {
  195. content: @vc-c-icon-1-4_1-4_1-4_1-4;
  196. }
  197. }
  198. .vc-c-icon-1-6_1-6_1-6_1-2 {
  199. &:before {
  200. content: @vc-c-icon-1-6_1-6_1-6_1-2;
  201. }
  202. }
  203. .vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6 {
  204. &:before {
  205. content: @vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6;
  206. }
  207. }
  208. .vc-c-icon-1-6_2-3_1-6 {
  209. &:before {
  210. content: @vc-c-icon-1-6_2-3_1-6;
  211. }
  212. }
  213. .vc-c-icon-2-3_1-3 {
  214. &:before {
  215. content: @vc-c-icon-2-3_1-3;
  216. }
  217. }
  218. .vc-c-icon-5-6_1-6 {
  219. &:before {
  220. content: @vc-c-icon-5-6_1-6;
  221. }
  222. }
  223. .vc-c-icon-layout_portrait-tablets {
  224. &:before {
  225. content: @vc-c-icon-layout_portrait-tablets;
  226. }
  227. }
  228. .vc-c-icon-delete_empty {
  229. &:before {
  230. content: @vc-c-icon-delete_empty;
  231. }
  232. }