mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +08:00
Make <Rate> colors available in theme. (#5238)
* Make <Rate> colors available in theme. * Add <Rate> color values
This commit is contained in:
parent
52b3ebdf13
commit
8fe13f9113
@ -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;
|
||||
|
@ -259,3 +259,8 @@
|
||||
// ---
|
||||
@badge-height: 20px;
|
||||
@badge-dot-size: 8px;
|
||||
|
||||
// Rate
|
||||
// ---
|
||||
@rate-star-color: #f5a623;
|
||||
@rate-star-bg: #e9e9e9;
|
||||
|
Loading…
Reference in New Issue
Block a user