BasicProfile.less 197 Bytes
Newer Older
ddcat1115's avatar
ddcat1115 committed
1 2 3 4
@import "~antd/lib/style/themes/default.less";

.title {
  color: rgba(0, 0, 0, 0.85);
ddcat1115's avatar
ddcat1115 committed
5
  font-weight: 500;
ddcat1115's avatar
ddcat1115 committed
6 7
  margin-bottom: 16px;
}
ddcat1115's avatar
ddcat1115 committed
8 9 10 11 12 13

:global {
  .col-money {
    text-align: right!important;
  }
}