adding controls to the bottom of line details page and small minor details

This commit is contained in:
talksik
2022-05-06 06:57:57 -05:00
parent 7dc7fa39cd
commit 396cc93e3d
3 changed files with 34 additions and 7 deletions
+12 -5
View File
@@ -1,14 +1,21 @@
@import "~antd/dist/antd.css";
#root {
padding: 0 !important;
font-family: "IBM Plex Sans", sans-serif;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
display: flex;
flex-direction: column;
flex: 1;
}
#root {
@apply flex flex-col flex-1;
padding: 0 !important;
font-family: "IBM Plex Sans", sans-serif;
}
/* button {
@apply transition-all;
} */