Skip to content

Commit

Permalink
💄 Style the new LearnMore links
Browse files Browse the repository at this point in the history
  • Loading branch information
stracker-phil committed Jan 29, 2025
1 parent 77badd3 commit dda23b3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
width: fit-content;
}

.components-button.is-tertiary {
padding: 0;
margin: 0 0 0 4px;
height: 1em;
}

@media screen and (max-width: 480px) {
display: flex;
justify-content: center;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,31 @@
}
}

.ppcp-r-optional-payment-methods {
&__wrapper {
.ppcp-r-badge-box {
margin: 0 0 24px 0;
&:last-child {
margin: 0;
}
}
.ppcp-r-optional-payment-methods__wrapper {
.ppcp-r-badge-box {
margin: 0 0 24px 0;

.ppcp-r-badge-box__description {
margin: 12px 0 0 0;
@include font(14, 20, 400);
&:last-child {
margin: 0;
}
}

&__description {
margin: 32px 0 0 0;
text-align: center;
@include font(14, 22, 400);
font-style: italic;

a {
color: $color-gray-700;
}
.ppcp-r-badge-box__description {
margin: 12px 0 0 0;
}
}

&__separator {
margin: 0 0 24px 0;
.ppcp-r-optional-payment-methods__description {
@include font(14, 22, 400);
margin: 32px 0 0 0;
text-align: center;
font-style: italic;

a {
color: $color-gray-700;
}
}

.ppcp-r-optional-payment-methods__separator {
margin: 0 0 24px 0;
}

0 comments on commit dda23b3

Please sign in to comment.