mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-03 12:23:35 -05:00
Merge pull request #21725 from overleaf/ds-payment-page-layout
Checkout Redesign - adding the layout of the checkout page GitOrigin-RevId: e48feed16b69e26ec3b4d1935c1db169c16172e9
This commit is contained in:
parent
aa782b2737
commit
2939282a7f
1 changed files with 20 additions and 0 deletions
|
@ -138,3 +138,23 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.payment-container {
|
||||
padding-top: var(--spacing-13);
|
||||
|
||||
.payment-row {
|
||||
display: flex;
|
||||
gap: var(--spacing-10);
|
||||
justify-content: center;
|
||||
|
||||
.payment-right-section {
|
||||
padding: var(--spacing-08);
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
.payment-left-section {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue