38a9a9a6
Виталий
q
|
1
2
3
4
5
6
7
8
|
$mainTextColor: #545454;;
$mainColor: #4285f4;
$mainColor-active: #3d62c4;
$link-color:#039be5;
$link-color-active: #037bc4;
|
86304566
Виталий
all fix3
|
9
10
|
$basketColor: $mainColor;
|
38a9a9a6
Виталий
q
|
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
$borderMainMenu: #e5e5e5;
$MainMenuBg-hover: #eee;
$footerBg:#585858;
$footerTextColor:#999999;
$footerTitleColor:#eeeeee;
$footerLinkColor:$footerTextColor;
$backgroundMainMenuBlock:#fff;
$checkboxColor: #ccc;
$checkboxColorActive: $link-color;
$breadcrumb-color: #ccc;
|
6087306f
Виталий
status fix
|
28
29
30
31
32
|
$colorStatusSale: #fd4220;
$colorStatusNew: #5bc0de;
$colorStatusTop: #8a21fd;
$colorStatusGift: #00ffa1;
|
38a9a9a6
Виталий
q
|
33
34
35
36
37
|
$borderRadius:5px;
@import "mixin";
@import "default";
@import "menu-mob";
|
535b9a3c
Виталий
q2
|
38
|
@import "menu-catalog";
|
6087306f
Виталий
status fix
|
39
|
@import "status";
|
38a9a9a6
Виталий
q
|
40
|
@import "custom";
|
86304566
Виталий
all fix3
|
41
42
|
@import "sorter";
@import "filters";
|
38a9a9a6
Виталий
q
|
|
|