@import "../styles/common";

.w_drawer{
  .w_drawer_content{
    flex:1;
  }

  .w_drawer_body{
    overflow: auto;
    padding: 24px;
  }


  .ant-drawer-wrapper-body{
    .flex_parent_column();
  }

  .ant-drawer-body{
    .flex_child_column();
    padding: 0;
  }
}

.w_drawer_footer{
  background: #f9f9f9;
  padding: 12px 20px;
  text-align: right;
}

.w_modal .ant-modal-footer,
.w_drawer_footer{
  .ant-btn{
    height: 36px;
    border-radius: 20px;
    min-width: 90px;
    &.ant-btn-primary{
      background: #3385ff;

      &:hover{
        background: #1470f9;
      }
    }

    &:not(:first-child){
      margin-left: 10px;
    }
  }
}

.w_modal{
  .ant-modal-body{
    max-height: calc(100vh - 300px);
    overflow: auto;
  }
  .w_drawer_footer{
    background: transparent;
    padding: 6px 0;
  }
}
