// ---------------- Color -----------------
/* 主题色 */
$themeColorPrimary: #6666fc;  // 产品主色
$themeColorAccent: #ff3657;  // 产品强调色
/* 文字颜色 */
$textColorPrimary: #404040; // 主要信息字色
$textColorSecondary: #999; // 次要信息字色
$textColorHint: #c1c1c1; // 辅助&提示字色
$textColorWhite: #fff; // 白色字
$textColorDarkGray: #666; // 灰色字
$textColorMango: #ff9a2c;
$textColorGreen: #0fb176;
$textColorRed: #f34949;
/* 背景色 */
$bgColorPrimary: #f4f4f4; // 背景色
$bgColorDark: #211d37; // 暗色
$bgColorDivider: #e5e5e5; // 分隔线颜色
$bgColorBorder: #dcdcdc; // 边框线颜色
$bgColorBorderActive: #6691fc; // 边框线高亮
$bgColorWhite: #fff; // 白色
$bgColorGray: #f7f7f7; // 灰色
$bgColorBlue: #3593f8; // 蓝色
$bgColorPaleViolet: #b5a7f8;
$bgColorTransparent: transparent;
// 按功能
$linkHoverColor:#00c3d9;//超链接鼠标移上高亮
// 颜色
$blue: #017bed;
$purple: #b342ee;
// ---------------- Dimen -------------------
/* text size */
$textSizeXSmall: 10px;
$textSizeSmall: 12px;
$textSizeMedium: 14px;
$textSizeLarge: 16px;
$textSizeXLarge: 24px;
$textSizeXXLarge: 28px;

/* margin or padding */
$spacingXSmall: 10px;
$spacingSmall: 15px;
$spacingMedium: 20px;
$spacingLarge: 25px;
$spacingXLarge: 30px;
$spacingXXLarge: 35px;
$spacingXXXLarge: 40px;
/* typical sizes of views */
$heightNavHeader: 33px;

$linear-gradient-start: #1787ef;
$linear-gradient-end: #9862ff;