From 697466badf54a454767f8cee520d71f55787ad87 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Feb 2016 18:05:34 -0800 Subject: [PATCH] tweak sizing --- scss/_forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_forms.scss b/scss/_forms.scss index 108c57e09..c492d1f1c 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -263,7 +263,7 @@ input[type="checkbox"] { padding-right: ($input-padding-x * 3); background-repeat: no-repeat; background-position: center right ($input-height * .25); - background-size: ($input-height * .65) ($input-height * .65); + background-size: ($input-height * .5) ($input-height * .50); } // Form validation states