Rework /my_account/sign_up/index.html.jst to use custom validation style, reduce...
[ndcode_site.git] / css / bootstrap / _variables.scss
index a162bd0..a6ba2ed 100644 (file)
@@ -491,7 +491,7 @@ $input-focus-color:                     $input-color !default;
 $input-focus-width:                     $input-btn-focus-width !default;
 $input-focus-box-shadow:                $input-btn-focus-box-shadow !default;
 
-$input-placeholder-color:               $gray-600 !default;
+$input-placeholder-color:               $gray-500 !default; //$gray-600 !default;
 $input-plaintext-color:                 $body-color !default;
 
 $input-height-border:                   $input-border-width * 2 !default;
@@ -840,6 +840,14 @@ $jumbotron-bg:                      $gray-200 !default;
 
 // Cards
 
+// Nick
+// the card header/footer looks slightly wonky because the centring is
+// applied after room for ascender and descender, but don't want room
+// for descender, therefore set the bottom spacing to be slightly less;
+// try to allow enough room overall for a 32px icon to show and hide
+$card-spacer-yt:                    .8rem !default;
+$card-spacer-yb:                    .7rem !default;
+
 $card-spacer-y:                     .75rem !default;
 $card-spacer-x:                     1.25rem !default;
 $card-border-width:                 $border-width !default;