mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #21801 from overleaf/mf-checkout-page-card-element
[web] Checkout page redesign card input field UI GitOrigin-RevId: 165116dc7b9d7998cd55c00075eba13731bea10e
This commit is contained in:
parent
cf7ba7fb44
commit
b3b94962b1
2 changed files with 10 additions and 0 deletions
|
@ -31,4 +31,5 @@
|
|||
@import 'gallery-search';
|
||||
@import 'error-boundary';
|
||||
@import 'close-button';
|
||||
@import 'recurly';
|
||||
@import 'dev-toolbar';
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
.recurly-element-card {
|
||||
height: 50px;
|
||||
border: 1px solid var(--neutral-60);
|
||||
border-radius: var(--border-radius-base);
|
||||
|
||||
&.recurly-element-card-invalid {
|
||||
border-color: var(--red-50);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue