mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-30 06:09:34 +08:00
15 lines
206 B
Plaintext
15 lines
206 B
Plaintext
@import "../../style/themes/default";
|
|
|
|
.@{ant-prefix}{
|
|
&-anchor {
|
|
background-color: white;
|
|
padding: 6px;
|
|
&-link {
|
|
&:hover, &-active {
|
|
color: @primary-color;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|