ant-design/components/anchor/style/index.less
2016-11-03 19:20:49 +08:00

15 lines
206 B
Plaintext

@import "../../style/themes/default";
.@{ant-prefix}{
&-anchor {
background-color: white;
padding: 6px;
&-link {
&:hover, &-active {
color: @primary-color;
}
}
}
}