/*前缀*/
$prefix: '.nm-';

/***************************颜色 Start*********************/
$color: #333;
$color-info: #909399;
$color-primary: #409eff;
$color-success: #67c23a;
$color-warning: #e6a23c;
$color-danger: #f56c6c;
/***************************颜色 End*********************/

/***************************文本颜色 Start*********************/
$text-color1: #303133;
$text-color2: #606266;
$text-color3: #909399;
$text-color4: #c0c4cc;
/***************************边框颜色 End*********************/

/***************************边框颜色 Start*********************/
$border-color1: #dcdfe6;
$border-color2: #e4e7ed;
$border-color3: #ebeef5;
$border-color4: #f2f6fc;
/***************************边框颜色 End*********************/

/***************************z-index*************************/
/*盒子全屏时坐标*/
$z-index-box-fullscreen: 1800;

/*抽屉坐标*/
$z-index-drawer-modal: 1802;
$z-index-drawer-dialog: 1804;

/*列表页坐标*/
$z-index-query-box: 1806;
$z-index-query-advanced: 1808;
$z-index-query-fullscreen: 1810;

/*阴影*/
$box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);

/*进度条*/
$nprogress-bar-background-color: $color-warning;
$nprogress-peg-box-shadow: 0 0 10px $color-warning, 0 0 5px $color-warning;

/**************************组件*************************/

/*盒子 box*/
$box-border-color: $border-color2;
$box-header-background-color: #f8f8f8;
$box-content-background-color: #fff;

/*对话框 dialog*/
$dialog-header-background-color: #f8f8f8;
$box-dialog-background-color: $box-header-background-color;

/*抽屉 drawer*/
$drawer-header-background-color: $dialog-header-background-color;

/*列表页 list*/
$list-header-background-color: $dialog-header-background-color;
$list-table-header-color: rgb(3, 2, 2);

/*分割窗口 split*/
$split-trigger-background-color: #f0f0f0;

/*标签导航 tabnav*/
$tabnav-control-btn-border-color: #e4e7ed;
