HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dmstechonline/crm.dmstech.online/resources/css/text.css
@layer components {
  .text-muted {
    @apply tw-text-neutral-500;
  }

  .text-primary {
    @apply tw-text-primary-600;
  }

  a.text-primary:hover,
  a.text-primary:focus {
    @apply tw-text-primary-700;
  }

  .text-success {
    @apply tw-text-success-600;
  }

  a.text-success:hover,
  a.text-success:focus {
    @apply tw-text-success-700;
  }

  .text-info {
    @apply tw-text-info-600;
  }

  a.text-info:hover,
  a.text-info:focus {
    @apply tw-text-info-700;
  }

  .text-warning {
    @apply tw-text-warning-600;
  }

  a.text-warning:hover,
  a.text-warning:focus {
    @apply tw-text-warning-700;
  }

  .text-danger {
    @apply tw-text-danger-500;
  }

  a.text-danger:hover,
  a.text-danger:focus {
    @apply tw-text-danger-600;
  }
}