// placeholder
@import (optional, reference) '../../style/themes/index';

@modal-prefix-cls: ~'@{mega-prefix}-drawer';

.@{modal-prefix-cls} {
  .ant-drawer-body {
    padding-bottom: 90px;
  }
  .ant-drawer-header {
    background: #f5f5f5;
  }
  &__footer {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    background: #fff;
  }
  .ant-btn-primary {
    background-color: #005583;
    border-color: #005583;
  }
  .ant-btn-primary:hover {
    background-color: #005583;
    border-color: #005583;
  }
}
