mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 08:56:57 +00:00
Merge pull request #21942 from overleaf/ds-checkout-redesign-TrialCouponSummary
Checkout Redesign - Add the TrialCouponSummary component in redesign version GitOrigin-RevId: 5d0483b403e13ce0a4d055ef449d4bc6938c42eb
This commit is contained in:
parent
8a8142414a
commit
a1d45aa264
2 changed files with 32 additions and 0 deletions
|
@ -208,6 +208,25 @@
|
|||
.price-cancel-anytime {
|
||||
@include body-xs;
|
||||
}
|
||||
|
||||
.trial-coupon-summary {
|
||||
padding-top: var(--spacing-08);
|
||||
|
||||
.trial-coupon-summary-list-container {
|
||||
padding-left: 0;
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
color: var(--neutral-90);
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
margin-bottom: var(--spacing-04);
|
||||
gap: var(--spacing-05);
|
||||
|
||||
@include body-sm;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
|
@ -251,4 +251,17 @@
|
|||
.page-header {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.round-background {
|
||||
border-radius: 50%;
|
||||
vertical-align: middle;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.green-round-background {
|
||||
@extend .round-background;
|
||||
|
||||
background: var(--green-30);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue