This commit is contained in:
2021-07-05 00:00:47 +02:00
parent 1d3f6b74d3
commit 51364b81ca
2 changed files with 11 additions and 17 deletions

View File

@@ -53,12 +53,3 @@ export default defineComponent({
}
})
</script>
<style scoped lang="scss">
.icon-parent svg {
@apply duration-300;
}
.icon-parent:hover svg {
@apply transform scale-110;
}
</style>