@charset "utf-8";

//## Font, line-height, and color for body text, headings, and more.
$font-family-sans-serif: "Microsoft yahei", Helvetica, Arial, sans-serif;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
$font-family-base: $font-family-sans-serif;
$iconFontUrl: "../font/";

$font-size-base: 14px;

// ~18px
$font-size-large: ceil($font-size-base * 1.25);

// ~12px
$font-size-small: ceil($font-size-base * 0.85);

// ~36px
$font-size-h1: floor($font-size-base * 2.6);

// ~30px
$font-size-h2: floor($font-size-base * 2.15);

// ~24px
$font-size-h3: ceil($font-size-base * 1.7);

// ~18px
$font-size-h4: ceil($font-size-base * 1.25);

// ~14px
$font-size-h5: $font-size-base !default;

// ~12px
$font-size-h6: ceil($font-size-base * 0.85);

$line-height-base: 1.5;

//字体颜色
$grayBase: #000 !default;

//#eee
$grayLighter: lighten($grayBase, 80%) !default;

//#999
$grayLight: lighten($grayBase, 60%);

//#666
$gray: lighten($grayBase, 34%) !default;

//#333
$grayDark: lighten($grayBase, 20%) !default;

//#222
$grayDarker: lighten($grayBase, 13.5%) !default;

$highRad: #cc3333;

$brandPrimary: darken(#428bca, 6.5%) !default;

// #337ab7
$brandSuccess: #5cb85c !default;
$brandInfo: #5bc0de !default;
$brandWarning: #f0ad4e !default;
$brandDanger: #d9534f !default;

//l连接颜色
$linkColor: #207DD8;

//背景图片
$imgPath: "http://staticadmin.ymatou.com/style/img/";
$version: 2016041300;

/*layout*/
$paddingBase: 10px;
$paddingLeft: $paddingBase;

/*list*/
$listItemVerticalMargin: $paddingBase * 1.5;

//input textarea select的默认padding值
$formPadding: 6px 5px;
$placeholderColor: $grayLight;

$titleSpaceLeft: $paddingBase * 1.5;

//borderColor
$borderColor: #ddd;