Merge pull request #236 from dod-ccpo/ie/input-placeholders
grey/italic input placeholder
This commit is contained in:
commit
f4f4c5b4e6
@ -118,6 +118,11 @@
|
|||||||
max-width: 32em;
|
max-width: 32em;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
color: $color-gray;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: $color-blue !important;
|
border-color: $color-blue !important;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user