Changing funnel-header component styling from height to padding to avoid jumping on animations
This commit is contained in:
parent
2e26ddba39
commit
f6b754b1b9
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.funnel-header {
|
.funnel-header {
|
||||||
height: 56px;
|
padding: 0.97rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo-image {
|
.logo-image {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.fade-enter-active,
|
.fade-enter-active,
|
||||||
.fade-leave-active {
|
.fade-leave-active {
|
||||||
transition: opacity 0.3s 2s ease;
|
transition: opacity 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-enter-from,
|
.fade-enter-from,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue