mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-03 09:23:50 -05:00
b3b94962b1
[web] Checkout page redesign card input field UI GitOrigin-RevId: 165116dc7b9d7998cd55c00075eba13731bea10e
9 lines
198 B
SCSS
9 lines
198 B
SCSS
.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);
|
|
}
|
|
}
|