style.scss
544 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
$mainTextColor: #545454;;
$mainColor: #4285f4;
$mainColor-active: #3d62c4;
$link-color:#039be5;
$link-color-active: #037bc4;
$borderMainMenu: #e5e5e5;
$MainMenuBg-hover: #eee;
$footerBg:#585858;
$footerTextColor:#999999;
$footerTitleColor:#eeeeee;
$footerLinkColor:$footerTextColor;
$backgroundMainMenuBlock:#fff;
$checkboxColor: #ccc;
$checkboxColorActive: $link-color;
$breadcrumb-color: #ccc;
$borderRadius:5px;
@import "mixin";
@import "default";
@import "menu-mob";
@import "custom";
.style {
width: 100%;
float: left;
}