Skip to content

Commit

Permalink
fix(styles): tweak large size, making it less awkward
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko authored and knownasilya committed May 18, 2017
1 parent ddcefa0 commit 4dca99a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vendor/ember-toggle/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,14 @@
font-size: 1.0rem;
padding: 0 0.25rem;
}

.x-toggle-container.medium {
width: 3.75rem;
font-size: 1.0rem;
}

.x-toggle-container.large {
width: 6rem;
width: 4.4rem;
font-size: 1.2rem;
padding: 0 0.5rem;
}
Expand Down

0 comments on commit 4dca99a

Please sign in to comment.