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