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 <glebm@google.com>2015-02-25 03:18:25 +0300
committerGleb Mazovetskiy <glebm@google.com>2015-03-16 18:38:18 +0300
commitc9c87b8199eb68dec7449f1b13b3d36010d6d048 (patch)
tree126b64878f622fea9f12ef5fa7a8d8e3e4c917ac /assets/stylesheets/bootstrap/_variables.scss
parent899fe20a4dce276baa2795bb8b1b2db8f0b84acc (diff)
rake convert
Diffstat (limited to 'assets/stylesheets/bootstrap/_variables.scss')
-rw-r--r--assets/stylesheets/bootstrap/_variables.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/_variables.scss b/assets/stylesheets/bootstrap/_variables.scss
index 578b7b6..4e97359 100644
--- a/assets/stylesheets/bootstrap/_variables.scss
+++ b/assets/stylesheets/bootstrap/_variables.scss
@@ -212,6 +212,9 @@ $input-height-large: (ceil($font-size-large * $line-height-large) +
//** Small `.form-control` height
$input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
+//** `.form-group` margin
+$form-group-margin-bottom: 15px !default;
+
$legend-color: $gray-dark !default;
$legend-border-color: #e5e5e5 !default;