BasicProfile.less 211 B

1234567891011121314
  1. @import "~antd/lib/style/themes/default.less";
  2. .title {
  3. color: @heading-color;
  4. font-size: 16px;
  5. font-weight: 500;
  6. margin-bottom: 16px;
  7. }
  8. :global {
  9. .col-money {
  10. text-align: right!important;
  11. }
  12. }