From 03610f2dd6833b3b6358790d044b852c154b4bf3 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 15 Dec 2017 14:00:17 +0100 Subject: feat(Recipes): Add `hasHostedOption` to enable hosted & self hosted services --- src/styles/input.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/styles/input.scss') diff --git a/src/styles/input.scss b/src/styles/input.scss index 814dce5f8..7042f56e8 100644 --- a/src/styles/input.scss +++ b/src/styles/input.scss @@ -47,6 +47,10 @@ padding: 8px; // font-size: 18px; color: $theme-gray; + + &::placeholder { + color: lighten($theme-gray-light, 10%); + } } .franz-form__input-prefix, -- cgit v1.2.3-54-g00ecf