mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #21768 from overleaf/mf-checkout-page-form-header
[web] Checkout page main header text GitOrigin-RevId: 440e5e32c0377dcfeb1c3f466a47ea0b21517d31
This commit is contained in:
parent
c5e1c63959
commit
2cf78229c0
1 changed files with 14 additions and 1 deletions
|
@ -185,8 +185,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
.payment-right-section {
|
||||
.payment-checkout {
|
||||
padding: var(--spacing-08);
|
||||
width: 408px;
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@include heading-md;
|
||||
}
|
||||
|
||||
.student-disclaimer {
|
||||
@include body-sm;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue