.text-success {
  color: #52c41a; }

.text-warning {
  color: #faad14; }

.text-error {
  color: #f5222d; }

.text-link {
  color: #1890ff;
  cursor: pointer; }

.text-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed; }

