/* [project]/node_modules/@timeedit/ui-components/lib/src/components/Drawer/Drawer.css [app-client] (css) */
@layer teui-components {
  .ant-drawer .ant-drawer-header {
    gap: 8px;
    padding: 12px 8px;
  }

  .ant-drawer .ant-drawer-header .ant-drawer-title {
    overflow: auto;
  }

  .first-drawer .ant-drawer, .first-drawer-open .ant-drawer-content-wrapper {
    transform: translate(-480px);
  }
}

