Skip to content

Commit

Permalink
Tweaks button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Scheele committed Oct 16, 2024
1 parent bdfd45b commit 84c1469
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ button.shopify-payment-button__button--unbranded {
padding: var(--button-vertical-padding) var(--button-horizontal-padding);
cursor: pointer;
font: inherit;
font-size: 1.5rem;
font-size: 1.3rem;
text-decoration: none;
color: rgb(var(--color-button-text));
transition: box-shadow var(--duration-short) ease;
Expand Down Expand Up @@ -1302,7 +1302,7 @@ button.shopify-payment-button__button--unbranded {
.button-label,
.shopify-challenge__button,
.customer button {
font-size: 1.5rem;
font-size: 1.3rem;
letter-spacing: 0.1rem;
line-height: calc(1 + 0.2 / var(--font-body-scale));
}
Expand Down
6 changes: 3 additions & 3 deletions assets/component-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

.card__information {
grid-row-start: 2;
padding: 1.3rem 1rem;
padding: 0.7rem 1rem;
}

.card:not(.ratio) > .card__content {
Expand Down Expand Up @@ -263,12 +263,12 @@
}
}

@media screen and (min-width: 750px) {
/* @media screen and (min-width: 750px) {
.card__information {
padding-bottom: 1.7rem;
padding-top: 1.7rem;
}
}
} */

.card__badge {
align-self: flex-end;
Expand Down

0 comments on commit 84c1469

Please sign in to comment.