index.less 294 Bytes
Newer Older
jim's avatar
jim committed
1
@import '~antd/lib/style/themes/default.less';
2 3 4 5 6 7

.linkGroup {
  padding: 20px 0 8px 24px;
  font-size: 0;
  & > a {
    display: inline-block;
afc163's avatar
afc163 committed
8
    width: 25%;
陈帅's avatar
陈帅 committed
9 10 11
    margin-bottom: 13px;
    color: @text-color;
    font-size: @font-size-base;
12 13 14 15 16
    &:hover {
      color: @primary-color;
    }
  }
}