removing mui icons as I just don't need it with the fi
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user