summaryrefslogtreecommitdiff
path: root/src/common/styles/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/styles/globals.css')
-rw-r--r--src/common/styles/globals.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/common/styles/globals.css b/src/common/styles/globals.css
new file mode 100644
index 0000000..861f1c0
--- /dev/null
+++ b/src/common/styles/globals.css
@@ -0,0 +1,24 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
+
+html,
+body {
+ @apply bg-neutral-100 font-primary;
+}
+
+.react-select__control {
+ @apply h-auto !py-0.5 !rounded-medium !bg-default-100 !border-transparent;
+}
+
+.react-select__single-value {
+ @apply !whitespace-normal text-sm leading-6;
+}
+
+.react-select__menu {
+ @apply text-sm;
+}
+
+.react-select__placeholder {
+ @apply text-sm;
+}