app.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. @import 'tailwindcss';
  2. @plugin 'tailwindcss-animate';
  3. @source '../views';
  4. @source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
  5. @custom-variant dark (&:is(.dark *));
  6. @theme {
  7. --font-sans:
  8. 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  9. --radius-lg: var(--radius);
  10. --radius-md: calc(var(--radius) - 2px);
  11. --radius-sm: calc(var(--radius) - 4px);
  12. --color-background: var(--background);
  13. --color-foreground: var(--foreground);
  14. --color-card: var(--card);
  15. --color-card-foreground: var(--card-foreground);
  16. --color-popover: var(--popover);
  17. --color-popover-foreground: var(--popover-foreground);
  18. --color-primary: var(--primary);
  19. --color-primary-foreground: var(--primary-foreground);
  20. --color-secondary: var(--secondary);
  21. --color-secondary-foreground: var(--secondary-foreground);
  22. --color-muted: var(--muted);
  23. --color-muted-foreground: var(--muted-foreground);
  24. --color-accent: var(--accent);
  25. --color-accent-foreground: var(--accent-foreground);
  26. --color-destructive: var(--destructive);
  27. --color-destructive-foreground: var(--destructive-foreground);
  28. --color-border: var(--border);
  29. --color-input: var(--input);
  30. --color-ring: var(--ring);
  31. --color-chart-1: var(--chart-1);
  32. --color-chart-2: var(--chart-2);
  33. --color-chart-3: var(--chart-3);
  34. --color-chart-4: var(--chart-4);
  35. --color-chart-5: var(--chart-5);
  36. --color-sidebar: var(--sidebar);
  37. --color-sidebar-foreground: var(--sidebar-foreground);
  38. --color-sidebar-primary: var(--sidebar-primary);
  39. --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  40. --color-sidebar-accent: var(--sidebar-accent);
  41. --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  42. --color-sidebar-border: var(--sidebar-border);
  43. --color-sidebar-ring: var(--sidebar-ring);
  44. }
  45. :root {
  46. --background: oklch(1 0 0);
  47. --foreground: oklch(0.145 0 0);
  48. --card: oklch(1 0 0);
  49. --card-foreground: oklch(0.145 0 0);
  50. --popover: oklch(1 0 0);
  51. --popover-foreground: oklch(0.145 0 0);
  52. --primary: oklch(0.205 0 0);
  53. --primary-foreground: oklch(0.985 0 0);
  54. --secondary: oklch(0.97 0 0);
  55. --secondary-foreground: oklch(0.205 0 0);
  56. --muted: oklch(0.97 0 0);
  57. --muted-foreground: oklch(0.556 0 0);
  58. --accent: oklch(0.97 0 0);
  59. --accent-foreground: oklch(0.205 0 0);
  60. --destructive: oklch(0.577 0.245 27.325);
  61. --destructive-foreground: oklch(0.577 0.245 27.325);
  62. --border: oklch(0.922 0 0);
  63. --input: oklch(0.922 0 0);
  64. --ring: oklch(0.87 0 0);
  65. --chart-1: oklch(0.646 0.222 41.116);
  66. --chart-2: oklch(0.6 0.118 184.704);
  67. --chart-3: oklch(0.398 0.07 227.392);
  68. --chart-4: oklch(0.828 0.189 84.429);
  69. --chart-5: oklch(0.769 0.188 70.08);
  70. --radius: 0.625rem;
  71. --sidebar: oklch(0.985 0 0);
  72. --sidebar-foreground: oklch(0.145 0 0);
  73. --sidebar-primary: oklch(0.205 0 0);
  74. --sidebar-primary-foreground: oklch(0.985 0 0);
  75. --sidebar-accent: oklch(0.97 0 0);
  76. --sidebar-accent-foreground: oklch(0.205 0 0);
  77. --sidebar-border: oklch(0.922 0 0);
  78. --sidebar-ring: oklch(0.87 0 0);
  79. }
  80. .dark {
  81. --background: oklch(0.145 0 0);
  82. --foreground: oklch(0.985 0 0);
  83. --card: oklch(0.145 0 0);
  84. --card-foreground: oklch(0.985 0 0);
  85. --popover: oklch(0.145 0 0);
  86. --popover-foreground: oklch(0.985 0 0);
  87. --primary: oklch(0.985 0 0);
  88. --primary-foreground: oklch(0.205 0 0);
  89. --secondary: oklch(0.269 0 0);
  90. --secondary-foreground: oklch(0.985 0 0);
  91. --muted: oklch(0.269 0 0);
  92. --muted-foreground: oklch(0.708 0 0);
  93. --accent: oklch(0.269 0 0);
  94. --accent-foreground: oklch(0.985 0 0);
  95. --destructive: oklch(0.396 0.141 25.723);
  96. --destructive-foreground: oklch(0.637 0.237 25.331);
  97. --border: oklch(0.269 0 0);
  98. --input: oklch(0.269 0 0);
  99. --ring: oklch(0.439 0 0);
  100. --chart-1: oklch(0.488 0.243 264.376);
  101. --chart-2: oklch(0.696 0.17 162.48);
  102. --chart-3: oklch(0.769 0.188 70.08);
  103. --chart-4: oklch(0.627 0.265 303.9);
  104. --chart-5: oklch(0.645 0.246 16.439);
  105. --sidebar: oklch(0.205 0 0);
  106. --sidebar-foreground: oklch(0.985 0 0);
  107. --sidebar-primary: oklch(0.985 0 0);
  108. --sidebar-primary-foreground: oklch(0.985 0 0);
  109. --sidebar-accent: oklch(0.269 0 0);
  110. --sidebar-accent-foreground: oklch(0.985 0 0);
  111. --sidebar-border: oklch(0.269 0 0);
  112. --sidebar-ring: oklch(0.439 0 0);
  113. }
  114. @layer base {
  115. * {
  116. @apply border-border;
  117. }
  118. body {
  119. @apply bg-background text-foreground;
  120. }
  121. }