You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tailwind.css 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. @tailwind base;
  2. @tailwind components;
  3. @tailwind utilities;
  4. @layer base {
  5. :root {
  6. --background: 0 0% 100%;
  7. --foreground: 222.2 47.4% 11.2%;
  8. --muted: 210 40% 96.1%;
  9. --muted-foreground: 215.4 16.3% 46.9%;
  10. --popover: 0 0% 100%;
  11. --popover-foreground: 222.2 47.4% 11.2%;
  12. --border: 214.3 31.8% 91.4%;
  13. --input: 214.3 31.8% 91.4%;
  14. --card: 0 0% 100%;
  15. --card-foreground: 222.2 47.4% 11.2%;
  16. --primary: 222.2 47.4% 11.2%;
  17. --primary-foreground: 210 40% 98%;
  18. --secondary: 210 40% 96.1%;
  19. --secondary-foreground: 222.2 47.4% 11.2%;
  20. --accent: 210 40% 96.1%;
  21. --accent-foreground: 222.2 47.4% 11.2%;
  22. --destructive: 0 100% 50%;
  23. --destructive-foreground: 210 40% 98%;
  24. --ring: 215 20.2% 65.1%;
  25. --radius: 0.5rem;
  26. --background-inverse-standard: rgba(230, 227, 246, 0.15);
  27. --background-inverse-standard-foreground: rgb(92, 81, 81);
  28. --colors-background-inverse-standard: rgba(29, 26, 44, 0.1);
  29. --colors-background-inverse-strong: rgba(11, 10, 18, 0.8);
  30. --colors-background-inverse-weak: rgba(17, 16, 23, 0.1);
  31. --colors-background-neutral-standard: white;
  32. --colors-background-functional-solid-danger: rgba(222, 17, 53, 1);
  33. --button-blue-text: rgb(22, 119, 255);
  34. --colors-outline-sentiment-primary: rgba(127, 105, 255, 1);
  35. --colors-outline-neutral-strong: rgba(112, 107, 107, 0.15);
  36. --colors-outline-neutral-standard: rgba(53, 51, 65, 0.1);
  37. --colors-text-core-standard: rgba(127, 105, 255, 1);
  38. --colors-text-neutral-strong: rgba(17, 16, 23, 1);
  39. --colors-text-neutral-standard: rgba(53, 51, 65, 1);
  40. --colors-text-functional-danger: rgba(255, 81, 81, 1);
  41. --colors-text-inverse-strong: rgba(255, 255, 255, 1);
  42. }
  43. .dark {
  44. --background: rgba(11, 10, 18, 1);
  45. --foreground: 213 31% 91%;
  46. --muted: 223 47% 11%;
  47. --muted-foreground: 215.4 16.3% 56.9%;
  48. --accent: 216 34% 17%;
  49. --accent-foreground: 210 40% 98%;
  50. --popover: 224 71% 4%;
  51. --popover-foreground: 215 20.2% 65.1%;
  52. --border: 216 34% 17%;
  53. --input: 216 34% 17%;
  54. --card: 224 71% 4%;
  55. --card-foreground: 213 31% 91%;
  56. --primary: 210 40% 98%;
  57. --primary-foreground: 222.2 47.4% 1.2%;
  58. --secondary: 222.2 47.4% 11.2%;
  59. --secondary-foreground: 210 40% 98%;
  60. --destructive: 0 63% 31%;
  61. --destructive-foreground: 210 40% 98%;
  62. --ring: 216 34% 17%;
  63. --radius: 0.5rem;
  64. --background-inverse-standard: rgba(230, 227, 246, 0.15);
  65. --background-inverse-standard-foreground: rgba(255, 255, 255, 1);
  66. --background-inverse-weak: rgba(184, 181, 203, 0.15);
  67. --background-inverse-weak-foreground: rgba(255, 255, 255, 1);
  68. --background-core-standard: rgba(137, 126, 255, 1);
  69. --background-core-standard-foreground: rgba(255, 255, 255, 1);
  70. --background-inverse-strong: rgba(255, 255, 255, 0.15);
  71. --background-inverse-strong-foreground: rgba(255, 255, 255, 1);
  72. --background-core-weak: rgb(101, 75, 248);
  73. --background-core-weak-foreground: rgba(255, 255, 255, 1);
  74. --colors-background-core-standard: rgba(137, 126, 255, 1);
  75. --colors-background-core-strong: rgba(152, 147, 255, 1);
  76. --colors-background-core-weak: rgba(101, 75, 248, 1);
  77. --colors-background-functional-solid-danger: rgba(255, 57, 92, 1);
  78. --colors-background-functional-solid-notice: rgba(255, 208, 94, 1);
  79. --colors-background-functional-solid-positive: rgba(74, 225, 145, 1);
  80. --colors-background-functional-transparent-danger: rgba(234, 50, 83, 0.2);
  81. --colors-background-functional-transparent-notice: rgba(248, 208, 111, 0.5);
  82. --colors-background-functional-transparent-positive: rgba(
  83. 65,
  84. 203,
  85. 130,
  86. 0.5
  87. );
  88. --colors-background-inverse-standard: rgba(230, 227, 246, 0.15);
  89. --colors-background-inverse-strong: rgba(255, 255, 255, 0.8);
  90. --colors-background-inverse-weak: rgba(184, 181, 203, 0.15);
  91. --colors-background-neutral-standard: rgba(11, 10, 18, 1);
  92. --colors-background-neutral-strong: rgba(29, 26, 44, 1);
  93. --colors-background-neutral-weak: rgba(17, 16, 23, 1);
  94. --colors-outline-sentiment-primary: rgba(146, 118, 255, 1);
  95. --colors-outline-neutral-strong: rgba(255, 255, 255, 0.15);
  96. --colors-outline-neutral-standard: rgba(230, 227, 246, 0.1);
  97. --colors-text-core-standard: rgba(137, 126, 255, 1);
  98. --colors-text-neutral-strong: rgba(255, 255, 255, 1);
  99. --colors-text-neutral-standard: rgba(230, 227, 246, 1);
  100. --colors-text-functional-danger: rgba(255, 81, 81, 1);
  101. --colors-text-inverse-strong: rgba(17, 16, 23, 1);
  102. }
  103. }
  104. @layer base {
  105. * {
  106. @apply border-border;
  107. }
  108. body {
  109. @apply bg-colors-background-neutral-standard text-foreground;
  110. font-feature-settings:
  111. 'rlig' 1,
  112. 'calt' 1;
  113. }
  114. }