account.less 335 B

123456789101112131415161718
  1. .account-wrap{
  2. padding:30px 20px 150px;
  3. background: #ffffff;
  4. .half-mid{
  5. margin-bottom: 4px!important;
  6. }
  7. .danger{
  8. color:#ff4d4f;
  9. margin-left: 10px;
  10. font-size: 14px
  11. }
  12. .Authentication{
  13. float: right;
  14. }
  15. }
  16. .ant-modal-body .half-mid{
  17. margin-bottom: 4px!important;
  18. }