Skip to content

Commit

Permalink
tighter padding
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonpecora committed Aug 18, 2016
1 parent ed841d0 commit 7e258cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styleguide/component-select.scss
Expand Up @@ -4,9 +4,9 @@
@import 'buttons';

// selector offsets, for the selector outline
$offset-width: 10px;
$offset-width: 8px;
$offset-width-half: $offset-width / 2;
$offset-height: 30px;
$offset-height: 8px;
$offset-height-half: $offset-height / 2;
$parent-offset: 4px; // how much wider should parent outline be (each side)

Expand Down

0 comments on commit 7e258cd

Please sign in to comment.