mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #21821 from overleaf/as-checkout-payment-switch
Add new version of payment method toggle for Checkout Redesign GitOrigin-RevId: 0d5593e0b9fe90e9d5bfd47e07cbc675d7924da3
This commit is contained in:
parent
ab36c80a26
commit
4db676b4ee
2 changed files with 16 additions and 0 deletions
|
@ -302,6 +302,7 @@
|
||||||
"created": "",
|
"created": "",
|
||||||
"created_at": "",
|
"created_at": "",
|
||||||
"creating": "",
|
"creating": "",
|
||||||
|
"credit_card": "",
|
||||||
"current_file": "",
|
"current_file": "",
|
||||||
"current_password": "",
|
"current_password": "",
|
||||||
"currently_seeing_only_24_hrs_history": "",
|
"currently_seeing_only_24_hrs_history": "",
|
||||||
|
|
|
@ -287,3 +287,18 @@
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: var(--bs-dropdown-item-padding-y);
|
top: var(--bs-dropdown-item-padding-y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.payment-method-toggle {
|
||||||
|
.form-check {
|
||||||
|
margin-bottom: var(--spacing-05);
|
||||||
|
}
|
||||||
|
|
||||||
|
.payment-method-logos {
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: var(--spacing-05);
|
||||||
|
|
||||||
|
img:not(:last-child) {
|
||||||
|
margin-right: var(--spacing-04);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue