BasicProfile.less 211 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;
nikogu's avatar
nikogu committed
5
  font-size: 16px;
ddcat1115's avatar
ddcat1115 committed
6
  font-weight: 500;
ddcat1115's avatar
ddcat1115 committed
7 8
  margin-bottom: 16px;
}
ddcat1115's avatar
ddcat1115 committed
9 10 11 12 13 14

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