Skip to content

Commit

Permalink
test and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
snorrekim committed Oct 1, 2024
1 parent d375498 commit 2a7a213
Show file tree
Hide file tree
Showing 23 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ export default {
'--sb-font-size-small': '0.875rem',
'--sb-font-size-basis': '1rem',
'--sb-font-size-basis--em': '1em',
'--sb-font-size-lead': '1.25rem',
'--sb-font-size-medium': '1.625rem',
'--sb-font-size-lead': 'var(--font-size-medium)',
'--sb-font-size-medium': '1.25rem',
'--sb-font-size-medium--plus': '1.625rem',
'--sb-font-size-large': '2rem',
'--sb-font-size-x-large': '2.375rem',
'--sb-font-size-xx-large': '3rem',
Expand Down Expand Up @@ -196,8 +197,9 @@ export default {
'--sb-font-size-small': '0.875rem',
'--sb-font-size-basis': '1rem',
'--sb-font-size-basis--em': '1em',
'--sb-font-size-lead': '1.25rem',
'--sb-font-size-medium': '1.625rem',
'--sb-font-size-lead': 'var(--font-size-medium)',
'--sb-font-size-medium': '1.25rem',
'--sb-font-size-medium--plus': '1.625rem',
'--sb-font-size-large': '2rem',
'--sb-font-size-x-large': '2.375rem',
'--sb-font-size-xx-large': '3rem',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ exports[`PaymentCard scss has to match style dependencies css 1`] = `
--sb-font-size-small: 0.875rem;
--sb-font-size-basis: 1rem;
--sb-font-size-basis--em: 1em;
--sb-font-size-lead: 1.25rem;
--sb-font-size-medium: 1.625rem;
--sb-font-size-lead: var(--font-size-medium);
--sb-font-size-medium: 1.25rem;
--sb-font-size-medium--plus: 1.625rem;
--sb-font-size-large: 2rem;
--sb-font-size-x-large: 2.375rem;
--sb-font-size-xx-large: 3rem;
Expand Down

0 comments on commit 2a7a213

Please sign in to comment.