Update index.css

This commit is contained in:
talksik
2022-05-16 18:57:27 -05:00
parent 900329b5a8
commit 6c650b7bd4
+3 -2
View File
@@ -1,4 +1,4 @@
@import "~antd/dist/antd.css";
@import '~antd/dist/antd.css';
@tailwind base;
@tailwind components;
@@ -13,7 +13,7 @@ body {
#root {
@apply flex flex-col flex-1;
padding: 0 !important;
font-family: "IBM Plex Sans", sans-serif;
font-family: 'IBM Plex Sans', sans-serif;
}
button {
@@ -41,6 +41,7 @@ button {
.ant-avatar-group .ant-avatar {
border: none;
@apply shadow-lg;
}
.ant-modal-footer {