From 680fcef12f88204f0dbfa58414964256a0eabd12 Mon Sep 17 00:00:00 2001 From: Mike Fitzpatrick Date: Tue, 29 May 2018 22:55:27 -0400 Subject: [PATCH] - more placeholder styling --- src/pages/tell/tell.scss | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/pages/tell/tell.scss b/src/pages/tell/tell.scss index 1602bb9..e2a454b 100644 --- a/src/pages/tell/tell.scss +++ b/src/pages/tell/tell.scss @@ -17,9 +17,16 @@ page-tell-your-story { ion-input, ion-textarea { - *::placeholder { - color: #94949D; + input, textarea { font-size: 0.8rem; + + &::placeholder, + &::-webkit-input-placeholder, + &::-moz-placeholder, + &:-ms-input-placeholder, + &:-moz-placeholder { + color: #94949D; + } } } @@ -35,7 +42,7 @@ page-tell-your-story { text-align: left; width: 9.8rem; - .icon { + ion-icon.icon { left: 50%; position: relative; transform: translate3d(-50%, 0, 0); @@ -49,6 +56,9 @@ page-tell-your-story { .button.button-block { background-color: #fdb315; - color: #191b1c; + + .button-inner { + color: #191b1c; + } } }