Skip to content

Commit

Permalink
fix(icon): modify icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jgroth authored and adrianschmidt committed Sep 10, 2019
1 parent 01e866f commit 70a5b13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/icon/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
:host([size="x-small"]) {
&,
> div {
height: 2.6rem;
width: 2.6rem;
height: 1.5rem;
width: 1.5rem;
}
}
:host([size="small"]) {
&,
> div {
height: 3.0rem;
width: 3.0rem;
height: 2rem;
width: 2rem;
}
}
:host([size="medium"]) {
&,
> div {
height: 4.0rem;
width: 4.0rem;
height: 3rem;
width: 3rem;
}
}
:host([size="large"]) {
Expand Down

0 comments on commit 70a5b13

Please sign in to comment.