Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2015-09-20 03:41:14 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2015-09-20 03:41:14 +0300
commita839232ca6b5350b96fb84ca6fb2934fad142d1e (patch)
treecb7e74827cd1afeafc3ca6586b1cd3ade8f4a1a8 /templates
parent26ad228886313392920ac8f35ca8df8df2c58f16 (diff)
update to 64cdb791dfa2f04bd50062b76fcf25345c073a36
Diffstat (limited to 'templates')
-rw-r--r--templates/project/_bootstrap-variables.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/project/_bootstrap-variables.scss b/templates/project/_bootstrap-variables.scss
index 4e603ef..34a659b 100644
--- a/templates/project/_bootstrap-variables.scss
+++ b/templates/project/_bootstrap-variables.scss
@@ -61,7 +61,7 @@
// $spacer: 1rem;
// $spacer-x: $spacer;
// $spacer-y: $spacer;
-// $border-width: .0625rem;
+// $border-width: 1px;
// Body
@@ -284,9 +284,9 @@
// $input-padding-x-lg: 1.25rem;
// $input-padding-y-lg: .75rem;
-// $input-height: (($font-size-base * $line-height) + ($input-padding-y * 2) + ($border-width * 2));
-// $input-height-lg: (($font-size-lg * $line-height-lg) + ($input-padding-y-lg * 2) + ($border-width * 2));
-// $input-height-sm: (($font-size-sm * $line-height-sm) + ($input-padding-y-sm * 2) + ($border-width * 2));
+// $input-height: (($font-size-base * $line-height) + ($input-padding-y * 2));
+// $input-height-lg: (($font-size-lg * $line-height-lg) + ($input-padding-y-lg * 2));
+// $input-height-sm: (($font-size-sm * $line-height-sm) + ($input-padding-y-sm * 2));
// $form-group-margin-bottom: $spacer-y;