Skip to content

Commit

Permalink
Remove Table overrides and make FontSizeM and FontSizeS both equal 14px.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Nov 23, 2017
1 parent 955f079 commit 6156413
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/components/table/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* specifying a column width, e.g. the checkbox column.
*/
.euiTable {
@include euiFontSizeS;

width: 100%;
border: none;
border-collapse: collapse;
Expand Down Expand Up @@ -36,6 +38,8 @@
}

.euiTableHeaderButton {
@include euiFontSizeS;

color: inherit;
width: 100%;

Expand Down
4 changes: 2 additions & 2 deletions src/global_styling/k6/_typography.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$euiFontSizeXS: 10px;
$euiFontSizeS: 12px;
$euiFontSizeXS: 12px;
$euiFontSizeS: 14px;
$euiFontSizeM: 14px;
$euiFontSize: 14px;
$euiFontSizeL: 18px;
Expand Down

0 comments on commit 6156413

Please sign in to comment.