removing mui icons as I just don't need it with the fi

This commit is contained in:
talksik
2022-05-05 05:45:08 -05:00
parent 52e0ae0d9e
commit 11cd498a2f
3 changed files with 16 additions and 25 deletions
+4 -12
View File
@@ -1,3 +1,5 @@
@import "~antd/dist/antd.css";
#root {
padding: 0 !important;
font-family: "IBM Plex Sans", sans-serif;
@@ -7,11 +9,9 @@
@tailwind components;
@tailwind utilities;
@import "~antd/dist/antd.css";
button {
/* button {
@apply transition-all;
}
} */
#titlebar {
-webkit-user-select: none;
@@ -28,14 +28,6 @@ button {
border: none;
}
/* body {
background-color: #00000000;
}
html {
background-color: #00000000;
} */
.ant-modal-footer {
padding: 0 !important;
}