// app/pages/Admin/Routes/index.styl @css { .routes-table { @apply min-w-full divide-y divide-gray-200 dark:divide-gray-700; } .route-status-active { @apply px-2 py-1 text-xs rounded-full bg-green-100 text-green-800; } .route-status-inactive { @apply px-2 py-1 text-xs rounded-full bg-red-100 text-red-800; } }