/**
 * @file 主题变量
 * 在这里覆盖antd变量和自定义主题变量
 * @author david wang
 * antd 变量可以在此查看 https://github.com/ant-design/ant-design/blob/3.22.2/components/style/themes/default.less
 */
/**
 * @file 主题变量
 * 在这里覆盖antd变量和自定义主题变量
 * @author david wang
 * antd 变量可以在此查看 https://github.com/ant-design/ant-design/blob/master/components/style/themes/default.less
 */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.grc-table-empty .grc-table-placeholder {
  border: none;
}
.grc-table .grc-empty {
  margin: 30px 0px;
}
.grc-table .grc-empty-image {
  height: 100px;
}
.grc-table .grc-empty-image svg {
  width: 100px;
  height: 100px;
}
.grc-table .grc-empty-description {
  color: rgba(0, 0, 0, 0.65);
}
