Update index.css
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@import "~antd/dist/antd.css";
|
@import '~antd/dist/antd.css';
|
||||||
|
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@@ -13,7 +13,7 @@ body {
|
|||||||
#root {
|
#root {
|
||||||
@apply flex flex-col flex-1;
|
@apply flex flex-col flex-1;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
font-family: "IBM Plex Sans", sans-serif;
|
font-family: 'IBM Plex Sans', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
@@ -41,6 +41,7 @@ button {
|
|||||||
|
|
||||||
.ant-avatar-group .ant-avatar {
|
.ant-avatar-group .ant-avatar {
|
||||||
border: none;
|
border: none;
|
||||||
|
@apply shadow-lg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-modal-footer {
|
.ant-modal-footer {
|
||||||
|
|||||||
Reference in New Issue
Block a user