feat: add machines page and the boilerplate query

This commit is contained in:
Aarnav Tale
2024-03-17 19:35:06 -04:00
parent bb493f8e1b
commit c6c164315b
17 changed files with 387 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--toastContainerBottom: 1.5rem;
--toastContainerRight: 2rem;
--toastContainerLeft: auto;
--toastContainerTop: auto;
--toastBorderRadius: 0.5rem;
--toastBackground: #1f2937;
--toastMsgPadding: 0.5rem 0.75rem;
}
._toastBtn {
display: none !important;
}
._toastBar {
display: none !important;
}