Merge pull request #236 from dod-ccpo/ie/input-placeholders

grey/italic input placeholder
This commit is contained in:
andrewdds 2018-08-31 13:56:39 -04:00 committed by GitHub
commit f4f4c5b4e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,11 @@
max-width: 32em;
resize: none;
&::placeholder {
color: $color-gray;
font-style: italic;
}
&:hover,
&:focus {
border-color: $color-blue !important;