update Rate

update Rate
This commit is contained in:
梁灏 2017-01-17 15:49:34 +08:00
parent 962c40bd3d
commit e5ac79258a
8 changed files with 32 additions and 3 deletions

View file

@ -8,7 +8,6 @@
vertical-align: middle;
font-weight: normal;
font-style: normal;
font-family: 'Ionicons';
&-disabled &-star {
&:before,
@ -26,6 +25,7 @@
padding: 0;
margin-right: 8px;
position: relative;
font-family: 'Ionicons';
transition: all 0.3s ease;
&:hover {
@ -63,4 +63,10 @@
color: tint(@rate-star-color, 20%);
}
}
&-text {
margin-left: 8px;
vertical-align: middle;
display: inline-block;
font-size: @font-size-small;
}
}