Merge pull request #21834 from overleaf/mf-checkout-redesign-3d-secure

[web] New checkout page redesign 3d secure implementation

GitOrigin-RevId: ad93fc8a50b1567293cc30fee014eaaab1fb0fa5
This commit is contained in:
M Fahru 2024-11-29 07:52:39 -07:00 committed by Copybot
parent cc0fcc2a18
commit b24b6f0f95
2 changed files with 7 additions and 2 deletions

View file

@ -85,8 +85,7 @@
text-transform: capitalize;
}
.three-d-secure-container,
.three-d-secure-container--react {
.three-d-secure-container {
> .three-d-secure-recurly-container {
height: 400px;

View file

@ -371,3 +371,9 @@
color: var(--link-web);
}
}
.three-d-secure-container {
> .three-d-secure-recurly-container {
height: 400px;
}
}