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

.divider {
  border: 0;
  border-top: 1px solid @border-color-split;
  height: 1px;
ddcat1115's avatar
ddcat1115 committed
7
  margin: 0 0 32px 0;
ddcat1115's avatar
ddcat1115 committed
8 9 10 11
}

.title {
  color: rgba(0, 0, 0, 0.85);
ddcat1115's avatar
ddcat1115 committed
12
  font-weight: 500;
ddcat1115's avatar
ddcat1115 committed
13 14
  margin-bottom: 16px;
}
ddcat1115's avatar
ddcat1115 committed
15 16 17 18 19 20 21

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