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

Commit

Permalink
fix(chips): adjust chips css.
Browse files Browse the repository at this point in the history
Change font size and padding to match spec.

fixes #3402. closes #4117.
  • Loading branch information
typotter authored and ThomasBurleson committed Aug 13, 2015
1 parent 3fdb314 commit 565b7b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/chips/chips.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$chip-font-size: rem(1.3) !default;
$chip-font-size: rem(1.6) !default;
$chip-height: rem(3.2) !default;
$chip-padding: 0 rem(0.8) 0 rem(1.2) !default;
$chip-margin: rem(0.8) rem(0.8) 0 0 !default;
$chip-wrap-padding: 0 0 rem(0.8) 0 !default;
$chip-wrap-padding: 0 0 rem(0.8) rem(0.3) !default;
$chip-delete-icon-size: rem(1.8) !default;
$contact-chip-padding: 0 rem(0.8) 0 0 !default;
$contact-chip-suggestion-image-height: rem(4.0) !default;
Expand Down

0 comments on commit 565b7b4

Please sign in to comment.