Make <Rate> colors available in theme. (#5238)

* Make <Rate> colors available in theme.

* Add <Rate> color values
This commit is contained in:
Jesper We 2017-03-10 07:58:01 +01:00 committed by ddcat1115
parent 52b3ebdf13
commit 8fe13f9113
2 changed files with 5 additions and 2 deletions

View File

@ -2,8 +2,6 @@
@import "../../style/mixins/index";
@rate-prefix-cls: ~"@{ant-prefix}-rate";
@rate-star-color: #f5a623;
@rate-star-bg: #e9e9e9;
.@{rate-prefix-cls} {
margin: 0;

View File

@ -259,3 +259,8 @@
// ---
@badge-height: 20px;
@badge-dot-size: 8px;
// Rate
// ---
@rate-star-color: #f5a623;
@rate-star-bg: #e9e9e9;