Skip to content

Commit

Permalink
fix: #1160 rem instead of em
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Vu committed May 11, 2020
1 parent 91e1fd9 commit 3404571
Show file tree
Hide file tree
Showing 27 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion packages/aml-checklist/src/tests/badges/badge-branches.svg
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.
2 changes: 1 addition & 1 deletion packages/aml-checklist/src/tests/badges/badge-lines.svg
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.
2 changes: 1 addition & 1 deletion packages/cognito-auth/src/tests/badges/badge-branches.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/cognito-auth/src/tests/badges/badge-functions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/cognito-auth/src/tests/badges/badge-lines.svg
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.
18 changes: 9 additions & 9 deletions packages/elements/src/styles/vendor/pell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,29 @@ $pell-content-padding: 10px !default;

h1 {
display: block;
font-size: 2em;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
font-size: 3rem;
margin-block-start: 0.67rem;
margin-block-end: 0.67rem;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}

h2 {
display: block;
font-size: 1.5em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
font-size: 2.5rem;
margin-block-start: 0.83rem;
margin-block-end: 0.83rem;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
}

h6 {
display: block;
font-size: 1em;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
font-size: 1rem;
margin-block-start: 0.83rem;
margin-block-end: 0.83rem;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion packages/elements/src/tests/badges/badge-branches.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3404571

Please sign in to comment.