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

.title {
afc163's avatar
afc163 committed
4
  color: @heading-color;
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;
  }
}