Use Kiste
This commit is contained in:
parent
925ecec652
commit
19b9bae0ee
25 changed files with 479 additions and 1054 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue