Blame view

frontend/web/css/style.scss 432 Bytes
336cad3d   Alex Savenko   vitalya
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
  $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;

  

  

  @import "default";

  @import "custom";

  

  

  

  .style {

    width: 100%;

    float: left;

  }