From 2e7a97551e146ff837c586f651c08706ed8560e3 Mon Sep 17 00:00:00 2001 From: Aicke Schulz Date: Tue, 25 Feb 2014 10:54:10 +0100 Subject: [PATCH] Add padding to .placeholder-icon Currently there is no gap between the `.placeholder-icon` and the placeholder text, sometimes its fixed by using an ` `, I think add padding is a better solution. I hope I did the sass selector correctly, you may check it twice. --- scss/_form.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scss/_form.scss b/scss/_form.scss index a29c2ccad8..416e3f3c76 100644 --- a/scss/_form.scss +++ b/scss/_form.scss @@ -1,4 +1,3 @@ - /** * Forms * -------------------------------------------------- @@ -121,6 +120,12 @@ textarea { .placeholder-icon { color: #aaa; + &:first-child { + padding-right: 6px; + } + &:last-child { + padding-left: 6px; + } } .item-stacked-label {