@import (reference) '../../styles/index.less';

.ued-drawer-wrap {
  .@{ant-prefix}-drawer-header {
    height: 48px;
    padding: 16px 20px;

    .@{ant-prefix}-drawer-title {
      color: #1c242e;
    }
  }

  .@{ant-prefix}-drawer-header-title > button {
    position: absolute;
    right: 0;
  }
  .@{ant-prefix}-drawer-body {
    padding: 0;
  }
  .@{ant-prefix}-drawer-footer {
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 56px;
    button {
      margin-left: 8px;
    }
  }
}
