Skip to content

Commit

Permalink
Set reset's font properties to allow control over sizing from the roo…
Browse files Browse the repository at this point in the history
…t level. (elastic#13202)
  • Loading branch information
cjcenizal committed Aug 16, 2017
1 parent cfe59d0 commit 70d2cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui_framework/dist/ui_framework.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
/* 1 */
font-size: 16px;
font-family: inherit;
/* 1 */
vertical-align: baseline; }
Expand Down
2 changes: 1 addition & 1 deletion ui_framework/src/global_styling/reset/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit; /* 1 */
font-size: $kuiFontSize;
font-family: inherit; /* 1 */
vertical-align: baseline;
}
Expand Down

0 comments on commit 70d2cf5

Please sign in to comment.