mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-29 00:56:03 +01:00
Refactor CSS variables and update button variant in CatchPhrase and [slug] components
This commit is contained in:
@@ -33,3 +33,15 @@ const { t } = useI18n({
|
||||
}
|
||||
}
|
||||
</i18n>
|
||||
|
||||
<style scoped>
|
||||
@keyframes wave {
|
||||
0%,
|
||||
100% {
|
||||
transform: rotate(-3deg) scale(1);
|
||||
}
|
||||
50% {
|
||||
transform: rotate(3deg) scale(1.1);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user