1
0
Fork 0

Use Kiste

This commit is contained in:
Moritz Ruth 2019-12-08 17:45:22 +01:00
parent 925ecec652
commit 19b9bae0ee
25 changed files with 479 additions and 1054 deletions

View file

@ -7,6 +7,8 @@
</template>
<style scoped lang="scss">
$logo-width: 270px;
.animated-logo {
animation: logo-width 800ms 1s ease, logo-height 600ms 1.9s ease;
animation-fill-mode: both;
@ -27,7 +29,7 @@
}
to {
width: 300px;
width: $logo-width;
}
}
@ -71,7 +73,7 @@
}
.animated-logo__logo {
width: 300px;
width: $logo-width;
flex-shrink: 0;
}
</style>