TP-52377 | removed overdue modal animation (#762)

* TP-52377 | Foreclosure CTA full width

* TP-52377 | remove animation on calculate overdue modal
This commit is contained in:
Aman Chaturvedi
2024-01-04 17:12:38 +05:30
committed by GitHub
parent 869eb95da0
commit 0815372de7
2 changed files with 1 additions and 2 deletions

View File

@@ -269,7 +269,6 @@
width: 264px;
border-radius: 8px;
background-color: var(--bg-primary);
transition: height 200ms;
position: relative;
header {
@@ -322,7 +321,6 @@
.height {
height: fit-content;
animation: bubbleX 500ms;
}
}

View File

@@ -340,6 +340,7 @@ const Payments = () => {
type={'submit'}
variant={'secondary'}
disabled={false}
fullWidth
>
{copyingLink ? 'Copying foreclosure payment link' : 'Copy foreclosure payment link'}
</Button>