@import '../../node_modules/antd/es/style/default.less';

@theme: default;

// The prefix to use on all css classes from ant.
@ant-prefix: cy;

// An override for the html selector for theme prefixes
@html-selector: html;

@primary-color: #00bb78;
@primary-color-hover: #00ddbd;
@primary-color-active: #009660;

@font-size-base: 13px;


// Table
// --
@table-bg: @component-background;
@table-header-bg: #f5f9f7;
@table-header-color: #333;
@table-padding-vertical: 8px;
@table-padding-horizontal: 8px;
@table-thead-border-color: #dee3e2;
@table-border-color: #f0f4f2;
@table-row-hover-bg: #F7FBF9;
@table-selected-row-bg: #00bb781f;