Skip to content

Commit

Permalink
center and v-align inside the paddle
Browse files Browse the repository at this point in the history
useful if you put an icon (font) in the paddle
  • Loading branch information
pine3ree committed Jun 6, 2014
1 parent 8f7231a commit db0e2a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/foundation/components/_switch.scss
Expand Up @@ -179,6 +179,8 @@ $switch-label-outline: 1px dotted #888 !default;
span:last-child {
width: rem-calc($height);
height: rem-calc($height);
line-height: rem-calc($height);
text-align: center;
}

}
Expand Down

0 comments on commit db0e2a1

Please sign in to comment.