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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -340,6 +340,7 @@ const Payments = () => {
|
||||
type={'submit'}
|
||||
variant={'secondary'}
|
||||
disabled={false}
|
||||
fullWidth
|
||||
>
|
||||
{copyingLink ? 'Copying foreclosure payment link' : 'Copy foreclosure payment link'}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user