Skip to content

Commit

Permalink
fix(icon): reduces the gap between sizes to steps of 0.5 rem
Browse files Browse the repository at this point in the history
  • Loading branch information
jte authored and adrianschmidt committed Sep 10, 2019
1 parent e3b69cb commit b1f1f9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/icon/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
:host([size="medium"]) {
&,
> div {
height: 3rem;
width: 3rem;
height: 2.5rem;
width: 2.5rem;
}
}
:host([size="large"]) {
&,
> div {
height: 5.6rem;
width: 5.6rem;
height: 3rem;
width: 3rem;
}
}

0 comments on commit b1f1f9a

Please sign in to comment.