Skip to content

Commit

Permalink
fix(button): base font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Jul 30, 2018
1 parent 5712747 commit a4956a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/button/_button-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ $mc-button-padding_sm: 3px 15px;
$mc-button-line-height_sm: 16px;
$mc-button-font_sm: 12px;

// TODO: convert it to common values from typography
$mc-button-padding: 5px 15px;
$mc-button-line-height: 20px;
$mc-button-font: 14px;
$mc-button-font: 15px;

$mc-button-padding_lg: 9px 15px;
$mc-button-line-height_lg: 20px;
$mc-button-font_lg: 14px;
$mc-button-font_lg: 15px;

$mc-button-padding_xl: 9px 59px;
$mc-button-line-height_xl: 28px;
Expand Down

0 comments on commit a4956a1

Please sign in to comment.