Merge branch 'develop' into feature/CSR-297
This commit is contained in:
commit
42b9a1a981
2 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ const routingTable = [
|
|||
},
|
||||
{
|
||||
scenario: navigationScenarios.SELECTED_PARTS,
|
||||
destinationFmgPageValue: fmgPageValues.QUOTE,
|
||||
destinationFmgPageValue: fmgPageValues.REVEAL,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.fade-enter-active{
|
||||
transition: opacity 0.6s ease;
|
||||
.fade-enter-active {
|
||||
transition: opacity 0.8s ease;
|
||||
}
|
||||
|
||||
.fade-leave-active {
|
||||
|
|
|
|||
Loading…
Reference in a new issue