@@ -51,8 +51,16 @@ export default {
<style lang="scss" scoped>
.stars-icon {
cursor: pointer;
+ transition: .1s ease-out;
+ &:hover {
+ transform: scale(1.35);
+ }
}
.c-stars {
height: 26px;
+ transition: .15s ease-out;
+ transform: scale(1.2);
</style>