Guest User

Malachite.less

a guest
Apr 16th, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. // Malachite.less
  2.  
  3. .ut2-pn .ut2-pn__icon,
  4. .default-header .account-cart-grid .ty-dropdown-box__title i {
  5. @media (min-width: 1024px) {
  6. color: var(--color-main) !important;
  7. }
  8. }
  9.  
  10. // Remove this code to change the color of the icons in the menu
  11. .ut2-h__menu .item-icon {
  12. img.ut2-mwi-icon[srcset*="ut2_mwi__icon"],
  13. img.ut2-mwi-icon[data-src*="ut2_mwi__icon"],
  14. img.ut2-mwi-icon[src*="ut2_mwi__icon"] {
  15. mix-blend-mode: screen;
  16. filter: brightness(1.5);
  17. }
  18. }
  19.  
  20. // ======================================================= ##Variables
  21.  
  22. @rounded_corners: true;
  23. @links: #008DC2;
  24. @menu_links: #ffffff;
  25. @menu: #00a738;
  26. @base: #eeeeee;
  27. @font: #1e1e1e;
  28.  
  29. @primary_button: #00a738;
  30. //@primary_button_color: #ffffff;
  31. //@primary_button_hover: #333333;
  32.  
  33. @secondary_button: #4e4e4e;
  34. //@secondary_button_color: #ffffff;
  35. //@secondary_button_hover: #747474;
  36.  
  37. @tertiary_button: #f0f0f0;
  38. //@tertiary_button_color: #1e1e1e;
  39. //@tertiary_button_hover: #f5f5f7;
  40.  
  41. @sidebar: #f5f5f7;
  42. @price: #1e1e1e;
  43. @discount_label: #eb560c;
  44. @in_stock: #00aa52;
  45. @out_of_stock: #848484;
  46. @top_panel_links: #ababab;
  47. @top_panel_text: #848484;
  48. @footer_text: #848484;
  49. @decorative: #eb560c;
  50.  
  51. @general_bg_color: #ffffff;
  52. @general_bg_image: transparent;
  53. @general_bg_repeat: repeat;
  54. @general_bg_scroll: scroll;
  55.  
  56. @top_panel_bg: #1e1e1e;
  57. @top_panel_bg_full: true;
  58. @top_panel_bg_transparent: false;
  59. @top_panel_bg_grad_stop: #1e1e1e;
  60.  
  61. @header_bg: #1e1e1e;
  62. @header_bg_full: true;
  63. @header_bg_transparent: false;
  64. @header_bg_grad_stop: #1e1e1e;
  65.  
  66. @content_bg: #ffffff;
  67. @content_bg_full: false;
  68. @content_bg_transparent: true;
  69.  
  70. @footer_bg: #1e1e1e;
  71. @footer_bg_full: true;
  72. @footer_bg_transparent: false;
  73. @footer_bg_grad_stop: #1e1e1e;
  74.  
  75. @body_font: -apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
  76. @body_font_size: 14px;
  77. @body_font_style: normal;
  78. @body_font_weight: normal;
  79. @headings_font: 'MuseoSansBlack','Helvetica Neue','Arial',-apple-system,sans-serif;
  80. @headings_font_size: 24px;
  81. @headings_font_decoration: none;
  82. @headings_font_style: normal;
  83. @headings_font_weight: normal;
  84. @links_font: -apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
  85. @links_font_size: 14px;
  86. @links_font_decoration: none;
  87. @links_font_style: normal;
  88. @links_font_weight: normal;
  89. @price_font: 'MuseoSansBlack','Helvetica Neue','Arial',-apple-system,sans-serif;
  90. @price_font_size: 18px;
  91. @price_font_decoration: none;
  92. @price_font_style: normal;
  93. @price_font_weight: 600;
  94. @buttons_font: -apple-system,BlinkMacSystemFont,Helvetica,Arial,sans-serif;
  95. @buttons_font_size: 14px;
  96. @buttons_font_decoration: none;
  97. @buttons_font_style: normal;
  98. @buttons_font_weight: normal;
  99.  
  100. // Only this style ------------------------------------
  101.  
  102. @default_bt_color: #1e1e1e;
  103. @general_bright_hues: false;
  104. @main_color: #00a738;
  105. @grid_list_title_color: #1e1e1e;
  106. @abt__ut2_general_sticky_panel_background_color: #1e1e1e;
  107. @abt__ut2_general_sticky_panel_icon_color: #00a738;
  108.  
  109. // Mix color
  110. @mix-lighten-font: 40%;
  111. @mix-lighten-max-font: 60%;
  112. @mix-discount_label_lighten: 40%;
  113.  
  114. // Fill
  115. @fill-color-box: #00a738;
  116. @fill-gray-box: #f5f5f7;
  117. @title-color-box: #ffffff;
  118.  
  119. // General
  120. @abt__ut2_general_use_rounding: full;
  121. @abt__ut2_general_use_rounding_blocks: true;
  122. @abt__ut2_general_use_titles_uppercase: false;
  123. @abt__ut2_general_stars_rating_color: #eb560c;
  124. @abt__ut2_general_browser_interface_bg: #1e1e1e;
  125. @abt__ut2_general_buttons_use_icon_cart: type7;
  126.  
  127. @abt__ut2_general_labels_style: as_circle;
  128. @abt__ut2_general_labels_use_outline: false;
  129. @abt__ut2_general_labels_use_shadow: false;
  130. @abt__ut2_general_labels_use_text_shadow: false;
  131.  
  132. @abt__ut2_general_buttons_style: use_background;
  133. @abt__ut2_general_buttons_use_text_uppercase: false;
  134. @abt__ut2_general_buttons_use_shadow: false;
  135. @abt__ut2_general_buttons_use_gradient: false;
  136.  
  137. // Containers
  138. @abt__ut2_containers_header_add_delimiters: false;
  139. @abt__ut2_containers_header_use_color_menu_on_hover: #ffffff;
  140. @abt__ut2_containers_header_use_color_elements_on_hover: #ffffff;
  141. @abt__ut2_containers_header_use_color_icons: #ffffff;
  142. @abt__ut2_containers_header_use_animation_for_not_empty_cart: false;
  143.  
  144. // Product list
  145. @abt__ut2_product_list_show_grid_border: none;
  146. @abt__ut2_product_list_mask_images_gallery: true;
  147. @abt__ut2_product_list_use_elements_alignment: use;
  148. @abt__ut2_product_list_extend_grid_item_on_hover: true;
  149. @abt__ut2_product_list_grid-list_product_name_font_weight: normal;
  150.  
  151. // Products
  152. @abt__ut2_products_use_color_buttons_add_to_cart: #00a738;
  153. @abt__ut2_products_mask_images_gallery: false;
  154. @abt__ut2_products_bordered_images_gallery: false;
  155.  
  156. // Checkout
  157. @checkout_link: #008dc2;
  158. @checkout_input_border: #e3e3e3;
  159. @checkout_selected_input_border: #008dc2;
  160. @checkout_step_title: #1e1e1e;
  161. @checkout_input_text: #1e1e1e;
  162. @checkout_input_label: #808080;
  163. @checkout_control_border: #e3e3e3;
  164. @checkout_selected_control_border: #00a738;
  165. @checkout_control_background: #ffffff;
  166. @checkout_selected_control_background: #e8f6ea;
  167. @checkout_control_title: #646464;
  168. @checkout_control_description: #808080;
  169. @checkout_control_label: #808080;
  170. @checkout_terms_background: #fee8ee;
  171.  
  172. // Video Gallery
  173. @abt__ut2_addons_ab__video_gallery_block_bg: #646464;
  174.  
  175. // Deal of the day
  176. @abt__ut2_addons_ab__deal_of_the_day_block_background: #ffffff;
  177. @abt__ut2_addons_ab__deal_of_the_day_block_fonts_color: #1e1e1e;
  178. @abt__ut2_addons_ab__deal_of_the_day_bright_color_promotion_title: true;
  179. @abt__ut2_addons_ab__deal_of_the_day_bordered_block: false;
  180. @abt__ut2_addons_ab__deal_of_the_day_shadow_block: true;
  181. @abt__ut2_addons_ab__deal_of_the_day_rounded_corners_blocks: true;
  182.  
  183. // Vendor colors
  184. @abt__ut2_vendor_vendor_info_background: #1e1e1e;
  185. @abt__ut2_vendor_vendor_info_font_main: #ffffff;
  186. @abt__ut2_vendor_vendor_info_font_additional: #999999;
  187. @abt__ut2_vendor_vendor_info_links: #ffffff;
  188. @abt__ut2_vendor_vendor_menu_background: #ffffff;
  189. @abt__ut2_vendor_vendor_menu_active_background: #1e1e1e;
  190. @abt__ut2_vendor_vendor_menu_item: #1e1e1e;
  191. @abt__ut2_vendor_vendor_menu_item_active: #ffffff;
  192.  
Add Comment
Please, Sign In to add comment