Refactor based on NextJS 13 Routing / Dir Layout

This commit is contained in:
Koper
2023-08-14 19:50:25 +07:00
parent 63636b52e1
commit eb4fd6dcd0
15 changed files with 22 additions and 25 deletions

View File

@@ -0,0 +1,27 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;
--background-end-rgb: 255, 255, 255;
}
body {
background: white;
font-family: "Roboto", sans-serif;
}
.temp-transcription {
background: beige;
border-radius: 5px;
}
.Dropdown-placeholder {
text-wrap: nowrap;
}
.Dropdown-arrow {
top: 47% !important;
}