/* 字体文本颜色 */
$font-color: #08acf1;
/* 字体大小*/
$font-size: 14px;
/* 主区域背景颜色 */
$content-bg-color: #f1f2f6;
/* 表格偶数背景颜色 */
$table-even-bg-color: #f0f2f5;
/* 表格点击高亮颜色 */
$table-hightlight-bg-color: #fff5e0;
/* 表格功能区高度 */
$func-btn-wrapper-height: 48px;
/* footer-wrapper高度*/
$footer-wrapper-height: 48px;


/* 公共class */
.h-100 {
  height: 100%;
}

.btn-red {
  color: red;
}

.btn-gray {
  color: gray;
}
