@import './yee/style/themes/index.less';

@yee-primary-color: #52bf63;
/**
 * Create consistent class names based on the Ant Design theme.
 */
.primary-color {
  color: @yee-primary-color;
}

.text-color {
  color: @yee-text-color;
}

.text-color-secondary {
  color: @yee-text-color-secondary;
}

.font-size-base {
  font-size: @yee-font-size-base;
}

.font-size-lg {
  font-size: @yee-font-size-lg;
}

.font-size-sm {
  font-size: @yee-font-size-sm;
}
