feat(inputs\rating): add rating component

This commit is contained in:
tibing 2016-07-05 12:30:03 +03:00
parent f3f3f43805
commit 2a607f988e
6 changed files with 45 additions and 1 deletions

View file

@ -582,3 +582,11 @@ label.custom-input-danger {
.sub-little-text {
font-size: 12px;
}
.rating {
font-size: 20px;
}
rating-inputs span {
vertical-align: middle;
}