overleaf/services/web/frontend/stylesheets/app/recurly.less
Thomas d1a2868fab Implement checkout page 'refreshed' split test with Recurly Elements (#8320)
* Implement checkout page 'refreshed' split test with Recurly Elements

Co-authored-by: Timothée Alby <timothee.alby@gmail.com>
GitOrigin-RevId: 586a94c7969530f4d2246e9105ef48e868e9510e
2022-09-05 08:03:51 +00:00

20 lines
332 B
Text

.recurly-hosted-field {
&:extend(.form-control);
}
.recurly-element-card {
&:extend(.form-control);
padding: 4px 4px;
border: 1px #cccccc solid;
border-radius: 20px;
height: 50px;
}
.recurly-element-card-invalid {
&:extend(.has-error);
border-color: @red;
}
.recurly-element-number {
&:extend(.form-control);
}