Skip to content

Commit

Permalink
Don't set font size anymore, let it be inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Dec 13, 2017
1 parent 34de431 commit 2a0091b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/zebra_tooltips.css
Expand Up @@ -7,7 +7,6 @@
.Zebra_Tooltip .Zebra_Tooltip_Message {
position: relative;
padding: 15px;
font-size: 12px;
text-align: left;
border-radius: 5px;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
Expand Down
2 changes: 1 addition & 1 deletion dist/zebra_tooltips.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/zebra_tooltips.scss
Expand Up @@ -6,7 +6,6 @@
.Zebra_Tooltip_Message {
position: relative;
padding: 15px;
font-size: 12px;
text-align: left;
border-radius: 5px;
box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
Expand Down

0 comments on commit 2a0091b

Please sign in to comment.