Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
changing font-size for accessibility (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzinello committed Jul 29, 2020
1 parent 0905ff7 commit 5269c76
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/mailgo.dark.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mailgo.dark.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mailgo.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mailgo.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/mailgo.chrome.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/mailgo.chrome.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/mailgo.firefox.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/mailgo.firefox.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/mailgo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/mailgo.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/mailgo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $default-border-radius: 20px;
align-items: center;
flex-direction: column;
overflow: hidden;
font-size: 15px;
font-size: 16.5px;
z-index: 10000;

p,
Expand Down Expand Up @@ -174,7 +174,7 @@ $default-border-radius: 20px;
}

&.m-by {
font-size: 9px;
font-size: 12px;
margin-top: 0.8rem;
padding: 5px;
color: $default-color;
Expand Down

0 comments on commit 5269c76

Please sign in to comment.