Skip to content

Commit

Permalink
Increase font on WooPay button
Browse files Browse the repository at this point in the history
  • Loading branch information
LCmry committed Apr 24, 2024
1 parent ba97c20 commit 20de87a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions client/checkout/woopay/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}

.woopay-express-button {
font-size: 11px;
font-size: 16px;
font-weight: 500;
font-family: 'SF Pro Text', 'Helvetica Neue', 'Helvetica', 'Roboto', 'Arial',
sans-serif;
Expand Down Expand Up @@ -174,7 +174,7 @@
}

&[data-width-type='wide'] {
font-size: 13px;
font-size: 16px;

svg {
flex-shrink: 1;
Expand Down Expand Up @@ -203,7 +203,7 @@
}

&[data-size='medium'] {
font-size: 12px;
font-size: 18px;
height: 48px;

svg {
Expand All @@ -222,7 +222,7 @@
}

&[data-width-type='wide'] {
font-size: 14px;
font-size: 18px;

&[data-type='buy'],
&[data-type='book'],
Expand All @@ -236,7 +236,7 @@
}

&[data-size='large'] {
font-size: 13px;
font-size: 20px;
height: 56px;

svg {
Expand All @@ -256,7 +256,7 @@
}

&[data-width-type='wide'] {
font-size: 16px;
font-size: 20px;

&[data-type='buy'],
&[data-type='book'],
Expand Down

0 comments on commit 20de87a

Please sign in to comment.