@import "~antd/dist/antd.css"; #root { padding: 0 !important; font-family: "IBM Plex Sans", sans-serif; } @tailwind base; @tailwind components; @tailwind utilities; /* button { @apply transition-all; } */ #titlebar { -webkit-user-select: none; -webkit-app-region: drag; cursor: pointer; } .titlebar-button { -webkit-app-region: no-drag; } .ant-avatar-group .ant-avatar { border: none; } .ant-modal-footer { padding: 0 !important; }