From 8ad74a6c0e4ebabadb2b93c4eafb0c2c6565ad1a Mon Sep 17 00:00:00 2001 From: Sergej Lotz Date: Thu, 10 Sep 2015 18:47:19 +0200 Subject: [PATCH] Include $input-placeholder-font-color variable The $input-placeholder-font-color: #cccccc !default; is defined in the forms.scss on line 26 and was forgotten in the settings.scss --- scss/foundation/_settings.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index 0c21f80af..574142f1d 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -649,6 +649,7 @@ $include-html-global-classes: $include-html-classes; // $input-font-family: inherit; // $input-font-color: rgba(0,0,0,0.75); // $input-font-size: rem-calc(14); +// $input-placeholder-font-color: #cccccc; // $input-bg-color: $white; // $input-focus-bg-color: scale-color($white, $lightness: -2%); // $input-border-color: scale-color($white, $lightness: -20%); -- 2.47.2