mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
c021b48824
[web] Design system updates GitOrigin-RevId: d5a9d8736083b076474e2a43f0200a6419f24a92
32 lines
631 B
Text
32 lines
631 B
Text
.recurly-hosted-field {
|
|
&:extend(.form-control);
|
|
}
|
|
|
|
.recurly-element-card when (@is-new-css = false) {
|
|
&:extend(.form-control);
|
|
padding: 4px 4px;
|
|
border: 1px #cccccc solid;
|
|
border-radius: 20px;
|
|
height: 50px;
|
|
}
|
|
|
|
.recurly-element-card when (@is-new-css = true) {
|
|
&:extend(.form-control);
|
|
padding: 4px 4px;
|
|
border: @input-border-size @input-border solid;
|
|
border-radius: @input-border-radius;
|
|
height: 50px;
|
|
|
|
&.recurly-element-focus {
|
|
&:extend(.input-focus-style);
|
|
}
|
|
}
|
|
|
|
.recurly-element-card-invalid {
|
|
&:extend(.has-error);
|
|
border-color: @red;
|
|
}
|
|
|
|
.recurly-element-number {
|
|
&:extend(.form-control);
|
|
}
|