style.scss 432 Bytes
$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;
}